public final class CipherLiteInputStream extends SdkFilterInputStream
CipherLite,
GCMCipherLite| Modifier | Constructor and Description |
|---|---|
protected |
CipherLiteInputStream(java.io.InputStream is) |
|
CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite) |
|
CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite c,
int buffsize) |
|
CipherLiteInputStream(java.io.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) |
abort, abortIfNeeded, isMetricActivatedpublic CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite)
public CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite c,
int buffsize)
public CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite c,
int buffsize,
boolean multipart)
protected CipherLiteInputStream(java.io.InputStream is)
public int read()
throws java.io.IOException
read in class SdkFilterInputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int target_len)
throws java.io.IOException
read in class SdkFilterInputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class SdkFilterInputStreamjava.io.IOExceptionpublic int available()
available in class SdkFilterInputStreampublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class SdkFilterInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class SdkFilterInputStreampublic void mark(int readlimit)
mark in class SdkFilterInputStreampublic void reset()
throws java.io.IOException
reset in class SdkFilterInputStreamjava.io.IOException