Class ASCII85OutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.xmlgraphics.util.io.ASCII85OutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, ASCII85Constants, Finalizable
public class ASCII85OutputStream
extends FilterOutputStream
implements ASCII85Constants, Finalizable
This class applies a ASCII85 encoding to the stream.
- Version:
- $Id$
-
Field Summary
Fields inherited from class FilterOutputStream
outFields inherited from interface ASCII85Constants
END, EOD, EOL, POW85, START, ZERO, ZERO_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilterOutputStream
flush, write, writeMethods inherited from class OutputStream
nullOutputStream
-
Constructor Details
-
ASCII85OutputStream
- See Also:
-
-
Method Details
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException- See Also:
-
finalizeStream
Description copied from interface:FinalizableThis 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.- Specified by:
finalizeStreamin interfaceFinalizable- Throws:
IOException- In case of an IO problem- See Also:
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterOutputStream- Throws:
IOException- See Also:
-