sam.io
Class DoubleByte.OutputStreamWriter

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

public static class DoubleByte.OutputStreamWriter
extends java.lang.Object
implements DoubleByte.Writer

Writes double-bytes into standard single-byte OutputStream


Constructor Summary
DoubleByte.OutputStreamWriter(java.io.OutputStream delegee)
           
 
Method Summary
 void write(int doubleByte)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleByte.OutputStreamWriter

public DoubleByte.OutputStreamWriter(java.io.OutputStream delegee)
Method Detail

write

public void write(int doubleByte)
           throws DoubleByte.Exception
Specified by:
write in interface DoubleByte.Writer
DoubleByte.Exception