cz.cuni.jagrlib.piece
Class ZLIBCodec.InStream

java.lang.Object
  extended by java.io.InputStream
      extended by cz.cuni.jagrlib.piece.ZLIBCodec.InStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
ZLIBCodec

protected class ZLIBCodec.InStream
extends java.io.InputStream

InputStream proxy (for InflaterInputStream).


Constructor Summary
protected ZLIBCodec.InStream()
           
 
Method Summary
 int read()
          Read one byte from JaGrLib's BitStream.
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZLIBCodec.InStream

protected ZLIBCodec.InStream()
Method Detail

read

public int read()
         throws java.io.IOException
Read one byte from JaGrLib's BitStream.

Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException