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 Summary
Constructors Constructor Description CRC32InputStream(java.io.InputStream in) 
- 
Method Summary
All 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.FilterInputStream
available, close, mark, markSupported, read, reset, skip 
 - 
 
 - 
 
- 
- 
Method Detail
- 
read
public int read() throws java.io.IOException- Overrides:
 readin classjava.io.FilterInputStream- Throws:
 java.io.IOException
 
- 
read
public int read(byte[] b, int off, int len) throws java.io.IOException- Overrides:
 readin classjava.io.FilterInputStream- Throws:
 java.io.IOException
 
- 
getChecksum
public long getChecksum()
 
- 
getByteCount
public long getByteCount()
The number of bytes read from this stream 
 - 
 
 -