org.apache.fop.render.ps
Class ASCIIHexOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.fop.render.ps.ASCIIHexOutputStream
- public class ASCIIHexOutputStream
- extends FilterOutputStream
This class applies a ASCII Hex encoding to the stream.
- Version:
- $Id: ASCIIHexOutputStream.java,v 1.1.2.2 2003/02/25 14:58:23 jeremias Exp $
- Author:
- Jeremias Maerki
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCIIHexOutputStream
public ASCIIHexOutputStream(OutputStream out)
write
public void write(int b)
throws IOException
- Throws:
IOException
finalizeStream
public void finalizeStream()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.