|
fop 0.90alpha1 | ||||||||||
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.util.ASCII85OutputStream
This class applies a ASCII85 encoding to the stream.
Field Summary |
Fields inherited from class java.io.FilterOutputStream |
out |
Fields inherited from interface org.apache.fop.util.ASCII85Constants |
END, EOD, EOL, POW85, START, ZERO, ZERO_ARRAY |
Constructor Summary | |
ASCII85OutputStream(java.io.OutputStream out)
|
Method Summary | |
void |
close()
|
void |
finalizeStream()
This method can be called instead of close() on a subclass of FilteredOutputStream when a final marker has to be written to the target stream, but close() cannot be called. |
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 ASCII85OutputStream(java.io.OutputStream out)
FilterOutputStream
Method Detail |
public void write(int b) throws java.io.IOException
java.io.IOException
FilterOutputStream
public void finalizeStream() throws java.io.IOException
Finalizable
finalizeStream
in interface Finalizable
java.io.IOException
- In case of an IO problemFinalizable
public void close() throws java.io.IOException
java.io.IOException
FilterOutputStream
|
fop 0.90alpha1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |