FreeHEP API
Version current

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

Field Summary
static long a85p1
           
static long a85p2
           
static long a85p3
           
static long a85p4
           
static int MAX_CHARS_PER_LINE
           
 

Field Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.