Class CRC32InputStream
- java.lang.Object
- 
- java.io.InputStream
- 
- java.io.FilterInputStream
- 
- com.inductiveautomation.ignition.common.util.CRC32InputStream
 
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.lang.AutoCloseable
 
 public class CRC32InputStream extends java.io.FilterInputStream
- 
- 
Constructor SummaryConstructors Constructor Description CRC32InputStream(java.io.InputStream in)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetByteCount()The number of bytes read from this streamlonggetChecksum()intread()intread(byte[] b, int off, int len)- 
Methods inherited from class java.io.FilterInputStreamavailable, close, mark, markSupported, read, reset, skip
 
- 
 
- 
- 
- 
Method Detail- 
readpublic int read() throws java.io.IOException- Overrides:
- readin class- java.io.FilterInputStream
- Throws:
- java.io.IOException
 
 - 
readpublic int read(byte[] b, int off, int len) throws java.io.IOException- Overrides:
- readin class- java.io.FilterInputStream
- Throws:
- java.io.IOException
 
 - 
getChecksumpublic long getChecksum() 
 - 
getByteCountpublic long getByteCount() The number of bytes read from this stream
 
- 
 
-