AmazonS3EncryptionClient
for further details.@Deprecated
public class CipherLiteInputStream
extends com.amazonaws.internal.SdkFilterInputStream
CipherLite
,
GCMCipherLite
Modifier | Constructor and Description |
---|---|
protected |
CipherLiteInputStream(java.io.InputStream is)
Deprecated.
Constructor.
|
|
CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite)
Deprecated.
Constructor.
|
|
CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite,
int buffsize)
Deprecated.
Constructor.
|
|
CipherLiteInputStream(java.io.InputStream is,
com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite,
int buffsize,
boolean multipart,
boolean lastMultiPart)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
available()
Deprecated.
|
void |
close()
Deprecated.
|
void |
mark(int readlimit)
Deprecated.
|
boolean |
markSupported()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b)
Deprecated.
|
int |
read(byte[] buf,
int off,
int targetLen)
Deprecated.
|
void |
reset()
Deprecated.
|
long |
skip(long n)
Deprecated.
|
public CipherLiteInputStream(java.io.InputStream is, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite)
is
- the input stream.cipherLite
- the CipherLite.public CipherLiteInputStream(java.io.InputStream is, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite, int buffsize)
is
- the input stream.cipherLite
- the CipherLite.buffsize
- the buffer size.public CipherLiteInputStream(java.io.InputStream is, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite, int buffsize, boolean multipart, boolean lastMultiPart)
is
- the input stream.cipherLite
- the CipherLite.buffsize
- the buffer size.multipart
- indicator for multipart.lastMultiPart
- indicator for last multipart.protected CipherLiteInputStream(java.io.InputStream is)
is
- the input stream.public int read() throws java.io.IOException
read
in class com.amazonaws.internal.SdkFilterInputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] buf, int off, int targetLen) throws java.io.IOException
read
in class com.amazonaws.internal.SdkFilterInputStream
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class com.amazonaws.internal.SdkFilterInputStream
java.io.IOException
public int available()
available
in class com.amazonaws.internal.SdkFilterInputStream
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class com.amazonaws.internal.SdkFilterInputStream
java.io.IOException
public boolean markSupported()
markSupported
in class com.amazonaws.internal.SdkFilterInputStream
public void mark(int readlimit)
mark
in class com.amazonaws.internal.SdkFilterInputStream
public void reset() throws java.io.IOException
reset
in class com.amazonaws.internal.SdkFilterInputStream
java.io.IOException