intarsys PDF library API

de.intarsys.pdf.filter
Class ASCIIHexOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by de.intarsys.pdf.filter.ASCIIHexOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class ASCIIHexOutputStream
extends FilterOutputStream

Output stream to encode binary data with ascii representable byte codes. The algorithm produces the hex representation of the data.


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

Constructor Detail

ASCIIHexOutputStream

public ASCIIHexOutputStream(OutputStream out)
Constructor for ASCIIHexOutputStream.

Parameters:
out -
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterOutputStream
Throws:
IOException
See Also:
OutputStream.close()

write

public void write(int b)
           throws IOException
Overrides:
write in class FilterOutputStream
Throws:
IOException
See Also:
OutputStream.write(int)

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.