Package | Description |
---|---|
com.amazonaws.event | |
com.amazonaws.internal | |
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.util |
Modifier and Type | Class and Description |
---|---|
class |
ProgressInputStream
Used for input stream progress tracking purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
ReleasableInputStream
An input stream that can have the close operation disabled (to avoid
accidentally being closed).
|
class |
ResettableInputStream
A mark-and-resettable input stream that can be used on files or file input
streams.
|
class |
SdkDigestInputStream
Base class for AWS Java SDK specific
DigestInputStream . |
class |
SdkFilterInputStream
Base class for AWS Java SDK specific
FilterInputStream . |
class |
SdkFilterOutputStream
Base class for AWS Java SDK specific
FilterOutputStream . |
class |
SdkInputStream
Base class for AWS Java SDK specific
InputStream . |
Modifier and Type | Class and Description |
---|---|
class |
MetricFilterInputStream
Used to capture the input stream throughput metrics, but excluding the
SdkFilterInputStream.read() API. |
Modifier and Type | Class and Description |
---|---|
class |
CountingInputStream
Simple input stream wrapper utility to count the bytes read from a stream.
|
class |
CRC32ChecksumCalculatingInputStream
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and CRC32 checksum.
|
class |
LengthCheckInputStream
Used to perform length check to ensure the number of bytes read from the
underlying input stream is the same as the expected total.
|
class |
ServiceClientHolderInputStream
This wrapper input stream holds a reference to the service client.
|
Copyright © 2023. All rights reserved.