All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Base64Decoder Decoder
implementation for standard base64 encoding.Base64Encoder Encoder
implementation for standard base64 encoding.CompoundDocument Represents a read-only OLE2 compound document.CompoundReader A Reader implementation that can read from multiple sources.CorruptDocumentException Thrown when an OLE 2 compound document is considered corrupt.DecodeException Thrown byDecoder
s when encoded data can not be decoded.Decoder Interface for decoders.DecoderStream AnInputStream
that provides on-the-fly decoding from an underlying stream.DOMSerializer DOMImplementationLS
backed implementation.Encoder Interface for encoders.EncoderStream AnOutputStream
that provides on-the-fly encoding to an underlying stream.Entry Represents an OLE 2 compound document entry.FastByteArrayOutputStream An unsynchronizedByteArrayOutputStream
implementation.FileCacheSeekableStream ASeekableInputStream
implementation that caches data in a temporaryFile
.FilenameMaskFilter Deprecated. FileSeekableStream ASeekableInputStream
implementation that uses random access directly to aFile
.FileUtil A utility class with some useful file and i/o related methods.HTTPUtil HTTPUtilLittleEndianDataInputStream A little endian input stream reads two's complement, little endian integers, floating point numbers, and characters and returns them as Java primitive types.LittleEndianDataOutputStream A little endian output stream writes primitive Java numbers and characters to an output stream in a little endian format.LittleEndianRandomAccessFile A replacement forRandomAccessFile
that is capable of reading and writing data in little endian byte order.MemoryCacheSeekableStream ASeekableInputStream
implementation that caches data in memory.MIMEUtil Contains mappings from file extension to mime-types and from mime-type to file-types.NullInputStream AnInputStream
that contains no bytes.NullOutputStream AnOutputStream
implementation that works as a sink.PackBitsDecoder Decoder implementation for Apple PackBits run-length encoding.PackBitsEncoder Encoder implementation for Apple PackBits run-length encoding.RandomAccessStream A data stream that is both readable and writable, much like aRandomAccessFile
, except it may be backed by something other than a file.Seekable Interface for seekable streams.SeekableInputStream Abstract base class forInputStream
s implementing theSeekable
interface.SeekableOutputStream Abstract base class forOutputStream
s implementing theSeekable
interface.StringArrayReader StringArrayReaderSubStream AnInputStream
reading up to a specified number of bytes from an underlying stream.WriterOutputStream Wraps aWriter
in anOutputStream
.XMLSerializer XMLSerializer