✓
public class CheckedInputStream
extends java.io.FilterInputStream
Constructors
- ✓public CheckedInputStream(java.io.InputStream arg0, java.util.zip.Checksum arg1)
Methods
- ✓public java.util.zip.Checksum getChecksum()
- ✓public int read() throws java.io.IOException
- ✓public int read(byte[] arg0, int arg1, int arg2) throws java.io.IOException
- ✓public long skip(long arg0) throws java.io.IOException