public final class AwsCompressionInputStream extends AwsChunkedInputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsCompressionInputStream.Builder |
currentChunkIterator, DEFAULT_CHUNK_SIZE, is, isAtStart, isTerminating, log, SKIP_BUFFER_SIZE, underlyingStreamBuffer| Modifier and Type | Method and Description |
|---|---|
static AwsCompressionInputStream.Builder |
builder() |
void |
mark(int readlimit)
The readlimit parameter is ignored.
|
int |
read(byte[] b,
int off,
int len) |
void |
reset()
Reset the stream, either by resetting the wrapped stream or using the
buffer created by this class.
|
getWrappedInputStream, markSupported, read, skipabort, abortIfNeeded, releaseavailable, close, readclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleasepublic static AwsCompressionInputStream.Builder builder()
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionCopyright © 2023. All rights reserved.