Uses of Interface
software.amazon.awssdk.core.internal.io.Releasable
-
-
Uses of Releasable in software.amazon.awssdk.core
Classes in software.amazon.awssdk.core that implement Releasable Modifier and Type Class Description classResponseInputStream<ResponseT>Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed contents. -
Uses of Releasable in software.amazon.awssdk.core.internal.io
Classes in software.amazon.awssdk.core.internal.io that implement Releasable Modifier and Type Class Description classAwsChunkedEncodingInputStreamA wrapper of InputStream that implements pseudo-chunked-encoding.classAwsChunkedInputStreamA wrapper of InputStream that implements streaming in chunks.classAwsCompressionInputStreamA wrapper class of InputStream that implements compression in chunks.classAwsUnsignedChunkedEncodingInputStreamA wrapper class of InputStream that implements chunked-encoding. -
Uses of Releasable in software.amazon.awssdk.core.internal.metrics
Classes in software.amazon.awssdk.core.internal.metrics that implement Releasable Modifier and Type Class Description classBytesReadTrackingInputStream -
Uses of Releasable in software.amazon.awssdk.core.internal.util
Classes in software.amazon.awssdk.core.internal.util that implement Releasable Modifier and Type Class Description classCrc32ChecksumCalculatingInputStreamSimple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and CRC32 checksum.classCrc32ChecksumValidatingInputStreamWraps the provided input stream with aCrc32ChecksumCalculatingInputStreamand after the stream is closed will validate the calculated checksum against the actual checksum. -
Uses of Releasable in software.amazon.awssdk.core.io
Classes in software.amazon.awssdk.core.io that implement Releasable Modifier and Type Class Description classReleasableInputStreamAn input stream that can have the close operation disabled (to avoid accidentally being closed).classResettableInputStreamA mark-and-resettable input stream that can be used on files or file input streams.classSdkDigestInputStreamBase class for AWS Java SDK specificDigestInputStream.classSdkFilterInputStreamBase class for AWS Java SDK specificFilterInputStream.classSdkInputStreamBase class for AWS Java SDK specificInputStream.
-