sam.io
Class DoubleByte.InputStreamReader

java.lang.Object
  |
  +--sam.io.DoubleByte.InputStreamReader
All Implemented Interfaces:
DoubleByte.Reader
Enclosing class:
DoubleByte

public static class DoubleByte.InputStreamReader
extends java.lang.Object
implements DoubleByte.Reader

Reads double-bytes from standard single-byte InputStream


Constructor Summary
DoubleByte.InputStreamReader(java.io.InputStream delegee)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleByte.InputStreamReader

public DoubleByte.InputStreamReader(java.io.InputStream delegee)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in interface DoubleByte.Reader
java.io.IOException