org.freehep.util.io
Interface ASCII85

All Known Implementing Classes:
ASCII85InputStream, ASCII85OutputStream

public interface ASCII85

Constants for the ASCII85 encoding.

Version:
$Id: ASCII85.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Field Summary
static long a85p1
          85^1
static long a85p2
          85^2
static long a85p3
          85^3
static long a85p4
          85^4
static int MAX_CHARS_PER_LINE
          Maxmimum line length for ASCII85
 

Field Detail

MAX_CHARS_PER_LINE

static final int MAX_CHARS_PER_LINE
Maxmimum line length for ASCII85

See Also:
Constant Field Values

a85p1

static final long a85p1
85^1

See Also:
Constant Field Values

a85p2

static final long a85p2
85^2

See Also:
Constant Field Values

a85p3

static final long a85p3
85^3

See Also:
Constant Field Values

a85p4

static final long a85p4
85^4

See Also:
Constant Field Values


Copyright © 2000-2007 FreeHEP. All Rights Reserved.