All Classes and Interfaces

Class
Description
Decoder implementation for standard base64 encoding.
Encoder implementation for standard base64 encoding.
Represents a read-only OLE2 compound document.
A Reader implementation that can read from multiple sources.
Thrown when an OLE 2 compound document is considered corrupt.
Thrown by Decoders when encoded data can not be decoded.
Interface for decoders.
An InputStream that provides on-the-fly decoding from an underlying stream.
DOMImplementationLS backed implementation.
Interface for encoders.
An OutputStream that provides on-the-fly encoding to an underlying stream.
Represents an OLE 2 compound document entry.
An unsynchronized ByteArrayOutputStream implementation.
A SeekableInputStream implementation that caches data in a temporary File.
Deprecated. 
A SeekableInputStream implementation that uses random access directly to a File.
A utility class with some useful file and i/o related methods.
HTTPUtil
A little endian input stream reads two's complement, little endian integers, floating point numbers, and characters and returns them as Java primitive types.
A little endian output stream writes primitive Java numbers and characters to an output stream in a little endian format.
A replacement for RandomAccessFile that is capable of reading and writing data in little endian byte order.
A SeekableInputStream implementation that caches data in memory.
Contains mappings from file extension to mime-types and from mime-type to file-types.
An InputStream that contains no bytes.
An OutputStream implementation that works as a sink.
Decoder implementation for Apple PackBits run-length encoding.
Encoder implementation for Apple PackBits run-length encoding.
A data stream that is both readable and writable, much like a RandomAccessFile, except it may be backed by something other than a file.
Interface for seekable streams.
Abstract base class for InputStreams implementing the Seekable interface.
Abstract base class for OutputStreams implementing the Seekable interface.
StringArrayReader
An InputStream reading up to a specified number of bytes from an underlying stream.
Wraps a Writer in an OutputStream.
XMLSerializer