Package | Description |
---|---|
com.amazonaws.internal | |
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Class and Description |
---|---|
class |
ResettableInputStream
A mark-and-resettable input stream that can be used on files or file input
streams.
|
Modifier and Type | Method and Description |
---|---|
<T extends ReleasableInputStream> |
ReleasableInputStream.disableClose()
Used to disable the close method.
|
Modifier and Type | Method and Description |
---|---|
static ReleasableInputStream |
ReleasableInputStream.wrap(java.io.InputStream is)
Wraps the given input stream into a
ReleasableInputStream if
necessary. |
Modifier and Type | Field and Description |
---|---|
private ReleasableInputStream |
UploadPartRequestFactory.wrappedStream
Wrapped to provide necessary mark-and-reset support for the underlying
input stream.
|