public class CRC32VerifyingInputStream extends ChecksumVerifyingInputStream
in| Constructor and Description |
|---|
CRC32VerifyingInputStream(InputStream in,
long size,
int expectedCrc32)
Constructs a new instance.
|
CRC32VerifyingInputStream(InputStream in,
long size,
long expectedCrc32)
Constructs a new instance.
|
getBytesRemaining, read, read, skipavailable, close, mark, markSupported, read, resetpublic CRC32VerifyingInputStream(InputStream in, long size, int expectedCrc32)
in - the stream to wrapsize - the of the stream's contentexpectedCrc32 - the expected checksumpublic CRC32VerifyingInputStream(InputStream in, long size, long expectedCrc32)
in - the stream to wrapsize - the of the stream's contentexpectedCrc32 - the expected checksumCopyright © 2002–2025. All rights reserved.