ora.core.base.xmlHelper
Class HuffmanWriter

java.lang.Object
  extended by java.io.OutputStream
      extended by ora.core.base.xmlHelper.HuffmanWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class HuffmanWriter
extends java.io.OutputStream


Constructor Summary
HuffmanWriter(java.io.Writer w)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HuffmanWriter

public HuffmanWriter(java.io.Writer w)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException