|
All Packages Class Hierarchy This Package Previous Next Index Class java.util.zip.CheckedInputStreamjava.lang.Object | +----java.io.InputStream | +----java.io.FilterInputStream | +----java.util.zip.CheckedInputStream
CheckedInputStreampublic CheckedInputStream(InputStream in, Checksum cksum)
readpublic int read() throws IOException
public int read(byte buf[], int off, int len) throws IOException
public long skip(long n) throws IOException
public Checksum getChecksum()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |