Package com.adobe.testing.s3mock.util
Class AbstractAwsInputStream
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public abstract class AbstractAwsInputStream extends InputStream
-
-
Field Summary
Fields Modifier and Type Field Description private final LongdecodedLengthprivate final LongreadDecodedLengthprivate final Stringchecksumprivate final ChecksumAlgorithmalgorithmprivate final Integerchunks
-
Method Summary
Modifier and Type Method Description final LonggetDecodedLength()final LonggetReadDecodedLength()final StringgetChecksum()final ChecksumAlgorithmgetAlgorithm()final IntegergetChunks()Unitclose()-
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDecodedLength
final Long getDecodedLength()
-
getReadDecodedLength
final Long getReadDecodedLength()
-
getChecksum
final String getChecksum()
-
getAlgorithm
final ChecksumAlgorithm getAlgorithm()
-
-
-
-