Package org.apache.xmlgraphics.util.io
package org.apache.xmlgraphics.util.io
I/O-related classes (encoders/decoders, enhanced compressors etc.).
-
ClassDescriptionThis interface defines constants used by the ASCII85 filters.This class applies a ASCII85 decoding to the stream.This class applies a ASCII85 encoding to the stream.This class applies a ASCII Hex encoding to the stream.This class implements a Base64 Character decoder as specified in RFC1113.This class implements a Base64 Character encoder as specified in RFC1113.This interface is used for special FilteredOutputStream classes that won't be closed (since this causes the target OutputStream to be closed, too) but where flush() is not enough, for example because a final marker has to be written to the target stream.This class applies a FlateEncode filter to the stream.This class applies a RunLengthEncode filter to the stream.This class is a FilterInputStream descendant that reads from an underlying InputStream up to a defined number of bytes or the end of the underlying stream.