Uses of Class
software.amazon.awssdk.core.io.SdkFilterInputStream
Packages that use SdkFilterInputStream
Package
Description
-
Uses of SdkFilterInputStream in software.amazon.awssdk.core
Subclasses of SdkFilterInputStream in software.amazon.awssdk.coreModifier and TypeClassDescriptionfinal classResponseInputStream<ResponseT>Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed contents. -
Uses of SdkFilterInputStream in software.amazon.awssdk.core.internal.metrics
Subclasses of SdkFilterInputStream in software.amazon.awssdk.core.internal.metricsModifier and TypeClassDescriptionfinal classfinal classAn input stream that tracks the number of bytes read from it. -
Uses of SdkFilterInputStream in software.amazon.awssdk.core.internal.util
Subclasses of SdkFilterInputStream in software.amazon.awssdk.core.internal.utilModifier and TypeClassDescriptionclassSimple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and CRC32 checksum.classWraps the provided input stream with aCrc32ChecksumCalculatingInputStreamand after the stream is closed will validate the calculated checksum against the actual checksum. -
Uses of SdkFilterInputStream in software.amazon.awssdk.core.io
Subclasses of SdkFilterInputStream in software.amazon.awssdk.core.ioModifier and TypeClassDescriptionclassAn input stream that can have the close operation disabled (to avoid accidentally being closed).classA mark-and-resettable input stream that can be used on files or file input streams.