Modifier and Type | Class and Description |
---|---|
class |
AwsChunkedEncodingInputStream
A wrapper class of InputStream that implements chunked-encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
RepeatableFileInputStream
Deprecated.
by
ResettableInputStream and this class will be removed
in future releases.
A repeatable input stream for files. This input stream can be repeated an unlimited number of times, without any limitation on when a repeat can occur. |
class |
RepeatableInputStream
Deprecated.
by
SdkBufferedInputStream .
A repeatable input stream wrapper for any input stream. This input stream
relies on buffered data to repeat, and can therefore only be repeated when
less data has been read than this buffer can hold.
Note: Always use a |
Modifier and Type | Class and Description |
---|---|
class |
AdjustedRangeInputStream
Reads only a specific range of bytes from the underlying input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantInputStream
A test input stream that always return the same value.
|
Copyright © 2024. All rights reserved.