public class CRC32VerifyingInputStream extends ChecksumVerifyingInputStream
Constructor and Description |
---|
CRC32VerifyingInputStream(java.io.InputStream in,
long size,
int expectedCrc32)
Constructs a new instance.
|
CRC32VerifyingInputStream(java.io.InputStream in,
long size,
long expectedCrc32)
Constructs a new instance.
|
close, getBytesRemaining, read, read, read, skip
public CRC32VerifyingInputStream(java.io.InputStream in, long size, int expectedCrc32)
in
- the stream to wrapsize
- the of the stream's contentexpectedCrc32
- the expected checksumpublic CRC32VerifyingInputStream(java.io.InputStream in, long size, long expectedCrc32)
in
- the stream to wrapsize
- the of the stream's contentexpectedCrc32
- the expected checksumCopyright © 2010 - 2023 Adobe. All Rights Reserved