fop 0.90alpha1

Package org.apache.fop.util

Various utility classes (I/O, codecs, color support, service discovers etc.).

See:
          Description

Interface Summary
ASCII85Constants This interface defines constants used by the ASCII85 filters.
Finalizable 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.
 

Class Summary
ASCII85InputStream This class applies a ASCII85 decoding to the stream.
ASCII85OutputStream This class applies a ASCII85 encoding to the stream.
ASCIIHexOutputStream This class applies a ASCII Hex encoding to the stream.
CharUtilities This class provides utilities to distinguish various kinds of Unicode whitespace and to get character widths in a given FontState.
CloseBlockerOutputStream This is a decorator to block calls to close() to the underlying stream.
CMYKColorSpace This class represents an uncalibrated CMYK color space.
CommandLineLogger This is a commons-logging logger for command line use.
FlateEncodeOutputStream This class applies a FlateEncode filter to the stream.
RunLengthEncodeOutputStream This class applies a RunLengthEncode filter to the stream.
Service This class loads services present in the class path.
SubInputStream 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.
 

Package org.apache.fop.util Description

Various utility classes (I/O, codecs, color support, service discovers etc.).


fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.