All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Base64Decoder Decoderimplementation for standard base64 encoding.Base64Encoder Encoderimplementation 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 byDecoders when encoded data can not be decoded.Decoder Interface for decoders.DecoderStream AnInputStreamthat provides on-the-fly decoding from an underlying stream.DOMSerializer DOMImplementationLSbacked implementation.Encoder Interface for encoders.EncoderStream AnOutputStreamthat provides on-the-fly encoding to an underlying stream.Entry Represents an OLE 2 compound document entry.FastByteArrayOutputStream An unsynchronizedByteArrayOutputStreamimplementation.FileCacheSeekableStream ASeekableInputStreamimplementation that caches data in a temporaryFile.FilenameMaskFilter Deprecated. FileSeekableStream ASeekableInputStreamimplementation 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 forRandomAccessFilethat is capable of reading and writing data in little endian byte order.MemoryCacheSeekableStream ASeekableInputStreamimplementation that caches data in memory.MIMEUtil Contains mappings from file extension to mime-types and from mime-type to file-types.NullInputStream AnInputStreamthat contains no bytes.NullOutputStream AnOutputStreamimplementation 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 forInputStreams implementing theSeekableinterface.SeekableOutputStream Abstract base class forOutputStreams implementing theSeekableinterface.StringArrayReader StringArrayReaderSubStream AnInputStreamreading up to a specified number of bytes from an underlying stream.WriterOutputStream Wraps aWriterin anOutputStream.XMLSerializer XMLSerializer