public class CipherLiteInputStream
extends com.amazonaws.internal.SdkFilterInputStream
CipherLite,
GCMCipherLitein| Modifier | Constructor and Description |
|---|---|
protected |
CipherLiteInputStream(InputStream is) |
|
CipherLiteInputStream(InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite) |
|
CipherLiteInputStream(InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite c,
int buffsize) |
|
CipherLiteInputStream(InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite c,
int buffsize,
boolean multipart) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] buf,
int off,
int target_len) |
void |
reset() |
long |
skip(long n) |
public CipherLiteInputStream(InputStream is, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite)
public CipherLiteInputStream(InputStream is, com.amazonaws.services.s3.internal.crypto.CipherLite c, int buffsize)
public CipherLiteInputStream(InputStream is, com.amazonaws.services.s3.internal.crypto.CipherLite c, int buffsize, boolean multipart)
protected CipherLiteInputStream(InputStream is)
public int read()
throws IOException
read in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int target_len)
throws IOException
read in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionpublic int available()
available in class com.amazonaws.internal.SdkFilterInputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionpublic boolean markSupported()
markSupported in class com.amazonaws.internal.SdkFilterInputStreampublic void mark(int readlimit)
mark in class com.amazonaws.internal.SdkFilterInputStreampublic void reset()
throws IOException
Subclassing this method would need to take care in keeping all internal states consistent. REF: TT0036173414, ISSUE-JAVA-547.
reset in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionCopyright © 2014. All rights reserved.