Class WriterOutputStream
java.lang.Object
java.io.OutputStream
org.apache.fop.util.WriterOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Deprecated.
use org.apache.xmlgraphics.util.WriterOutputStream instead
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.xmlgraphics.util.WriterOutputStreamDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWriterOutputStream(Writer writer) Deprecated.WriterOutputStream(Writer writer, String encoding) Deprecated. -
Method Summary
-
Field Details
-
writerOutputStream
private final org.apache.xmlgraphics.util.WriterOutputStream writerOutputStreamDeprecated.
-
-
Constructor Details
-
WriterOutputStream
-
WriterOutputStream
-
-
Method Details
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
Deprecated.- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
Deprecated.- Overrides:
writein classOutputStream- Throws:
IOException
-
write
Deprecated.- Overrides:
writein classOutputStream- Throws:
IOException
-
write
Deprecated.- Specified by:
writein classOutputStream- Throws:
IOException
-