java.lang.Object java.io.InputStream java.io.FilterInputStream java.util.zip.CheckedInputStream
Checksum
public CheckedInputStream(InputStream in, Checksum cksum)
public Checksum getChecksum()
public int read() throws IOException
FilterInputStream.in
public int read(byte[] buf, int off, int len) throws IOException
public long skip(long n) throws IOException