public class CRC32VerifyingInputStream extends ChecksumVerifyingInputStream
Constructor and Description |
---|
CRC32VerifyingInputStream(java.io.InputStream in,
long size,
int expectedCrc32) |
CRC32VerifyingInputStream(java.io.InputStream in,
long size,
long expectedCrc32) |
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 checksum"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"