multivalent.std.adaptor.pdf

Class DecodeASCII85

public class DecodeASCII85 extends FilterInputStream

ASCII base-85 filter: 5 chars decoded to 4 bytes. In practice, used on thumbnails, indexed color spaces, embedded fonts, but not for content streams.

Version: $Revision: 1.12 $ $Date: 2003/08/29 03:52:41 $

Constructor Summary
DecodeASCII85(InputStream in)
Method Summary
booleanmarkSupported()
intread(byte[] b, int off, int len)
intread()

Constructor Detail

DecodeASCII85

public DecodeASCII85(InputStream in)

Method Detail

markSupported

public boolean markSupported()

read

public int read(byte[] b, int off, int len)

read

public int read()