org.freehep.util.io
Interface ASCII85
- All Known Implementing Classes:
- ASCII85InputStream, ASCII85OutputStream
- public interface ASCII85
Constants for the ASCII85 encoding.
- Version:
- $Id: ASCII85.java,v 1.2 2001/10/29 14:07:06 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- ASCII85.java
MAX_CHARS_PER_LINE
public static final int MAX_CHARS_PER_LINE
- See Also:
- Constant Field Values
a85p1
public static final long a85p1
- See Also:
- Constant Field Values
a85p2
public static final long a85p2
- See Also:
- Constant Field Values
a85p3
public static final long a85p3
- See Also:
- Constant Field Values
a85p4
public static final long a85p4
- See Also:
- Constant Field Values
Copyright © 2000-2004 FreeHEP, All Rights Reserved.