Class AwsCompressionInputStream
java.lang.Object
java.io.InputStream
software.amazon.awssdk.core.io.SdkInputStream
software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
software.amazon.awssdk.core.internal.io.AwsCompressionInputStream
- All Implemented Interfaces:
 Closeable,AutoCloseable,Releasable
A wrapper class of InputStream that implements compression in chunks.
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields inherited from class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
DEFAULT_CHUNK_SIZE - 
Method Summary
Methods inherited from class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
markSupported, read, skipMethods inherited from class software.amazon.awssdk.core.io.SdkInputStream
releaseMethods inherited from class java.io.InputStream
available, close, read 
- 
Method Details
- 
builder
 - 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
mark
public void mark(int readlimit) The readlimit parameter is ignored.- Overrides:
 markin classInputStream
 - 
reset
Reset the stream, either by resetting the wrapped stream or using the buffer created by this class.- Overrides:
 resetin classInputStream- Throws:
 IOException
 
 -