sam.io
Class DoubleByte.ReaderInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--sam.io.DoubleByte.ReaderInputStream
Enclosing class:
DoubleByte

public static class DoubleByte.ReaderInputStream
extends java.io.InputStream

Reads single bytes from a double-bytes Reader


Field Summary
protected  DoubleByte.Reader reader
           
 
Constructor Summary
protected DoubleByte.ReaderInputStream()
           
  DoubleByte.ReaderInputStream(DoubleByte.Reader reader)
           
 
Method Summary
 int read()
           
 
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
 

Field Detail

reader

protected DoubleByte.Reader reader
Constructor Detail

DoubleByte.ReaderInputStream

protected DoubleByte.ReaderInputStream()

DoubleByte.ReaderInputStream

public DoubleByte.ReaderInputStream(DoubleByte.Reader reader)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
java.io.IOException