org.freehep.util.io
Class ASCII85OutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.freehep.util.io.ASCII85OutputStream
- All Implemented Interfaces:
- ASCII85, FinishableOutputStream
- public class ASCII85OutputStream
- extends FilterOutputStream
- implements ASCII85, FinishableOutputStream
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.
- Version:
- $Id: ASCII85OutputStream.java,v 1.4 2003/04/13 05:34:45 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- ASCII85OutputStream.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCII85OutputStream
public ASCII85OutputStream(OutputStream out)
write
public void write(int a)
throws IOException
- Throws:
IOException
finish
public void finish()
throws IOException
- Specified by:
finish
in interface FinishableOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.