|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--java.io.FilterOutputStream | +--java.util.zip.DeflaterOutputStream | +--org.apache.fop.render.ps.FlateEncodeOutputStream
This class applies a FlateEncode filter to the stream. It is basically the normal DeflaterOutputStream except now conformi
Fields inherited from class java.util.zip.DeflaterOutputStream |
buf, def |
Fields inherited from class java.io.FilterOutputStream |
out |
Constructor Summary | |
FlateEncodeOutputStream(java.io.OutputStream out)
|
Method Summary | |
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. |
Methods inherited from class java.util.zip.DeflaterOutputStream |
close, deflate, finish, write, write |
Methods inherited from class java.io.FilterOutputStream |
flush, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FlateEncodeOutputStream(java.io.OutputStream out)
Method Detail |
public void finalizeStream() throws java.io.IOException
Finalizable
finalizeStream
in interface Finalizable
org.apache.fop.render.ps.Finalizable
java.io.IOException
- In case of an IO problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |