de.intarsys.pdf.filter
Class ASCIIHexOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
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.
ASCIIHexOutputStream
public ASCIIHexOutputStream(OutputStream out)
- Constructor for ASCIIHexOutputStream.
- Parameters:
out
-
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)
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.