java.util.zip
Class CheckedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.CheckedInputStream
public class CheckedInputStream
- extends FilterInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckedInputStream
public CheckedInputStream(InputStream var0,
Checksum var1)
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
getChecksum
public Checksum getChecksum()
skip
public long skip(long var0)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.