cz.cuni.jagrlib.piece
Class ZLIBCodec.InStream
java.lang.Object
java.io.InputStream
cz.cuni.jagrlib.piece.ZLIBCodec.InStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- ZLIBCodec
protected class ZLIBCodec.InStream
- extends InputStream
InputStream proxy (for InflaterInputStream
).
Method Summary |
int |
read()
Read one byte from JaGrLib's BitStream . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZLIBCodec.InStream
protected ZLIBCodec.InStream()
read
public int read()
throws IOException
- Read one byte from JaGrLib's
BitStream
.
- Specified by:
read
in class InputStream
- Throws:
IOException