Class ASCII85OutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
net.solarnetwork.io.ASCII85OutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ASCII85OutputStream extends FilterOutputStream
The ASCII85InputStream encodes binary data as ASCII base-85 encoding. The exact definition of ASCII base-85 encoding can be found in the PostScript Language Reference (3rd ed.) chapter 3.13.3.

This adaptation from the original source omits the ASCII85 "armor" <~ and ~>.

Version:
1.4 2003/04/13 05:34:45
Author:
Mark Donszelmann