Class CRC32VerifyingInputStream

    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Summary

      Constructors 
      Constructor Description
      CRC32VerifyingInputStream​(java.io.InputStream in, long size, int expectedCrc32)
      Deprecated.
      No longer used.
      CRC32VerifyingInputStream​(java.io.InputStream in, long size, long expectedCrc32)
      Constructs a new instance.
    • Method Summary

      • Methods inherited from class java.util.zip.CheckedInputStream

        getChecksum, skip
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, reset
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CRC32VerifyingInputStream

        @Deprecated
        public CRC32VerifyingInputStream​(java.io.InputStream in,
                                         long size,
                                         int expectedCrc32)
        Deprecated.
        No longer used.
        Constructs a new instance.
        Parameters:
        in - the stream to wrap
        size - the of the stream's content
        expectedCrc32 - the expected checksum
      • CRC32VerifyingInputStream

        public CRC32VerifyingInputStream​(java.io.InputStream in,
                                         long size,
                                         long expectedCrc32)
        Constructs a new instance.
        Parameters:
        in - the stream to wrap
        size - the of the stream's content
        expectedCrc32 - the expected checksum
        Since:
        1.7