|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
org.apache.fop.render.ps.ASCIIHexOutputStream
This class applies a ASCII Hex encoding to the stream.
Field Summary |
---|
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
ASCIIHexOutputStream(java.io.OutputStream out)
|
Method Summary | |
---|---|
void |
close()
|
void |
finalizeStream()
|
void |
write(int b)
|
Methods inherited from class java.io.FilterOutputStream |
---|
flush, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ASCIIHexOutputStream(java.io.OutputStream out)
Method Detail |
public void write(int b) throws java.io.IOException
java.io.IOException
public void finalizeStream() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |