| AbstractCachedSeekableStream |
Represents a cached seekable stream, that reads through a cache.
|
| AbstractCachedSeekableStream.StreamCache |
An abstract stream cache.
|
| CompoundReader |
A Reader implementation that can read from multiple sources.
|
| EmptyReader |
EmptyReader
|
| FastByteArrayOutputStream |
An unsynchronized ByteArrayOutputStream implementation.
|
| FileCacheSeekableStream |
A SeekableInputStream implementation that caches data in a temporary File.
|
| FileCacheSeekableStream.FileCache |
|
| FilenameMaskFilter |
Deprecated. |
| FileSeekableStream |
A SeekableInputStream implementation that uses random access directly to a File.
|
| FileSystem |
FileSystem
|
| FileSystem.UnknownFileSystem |
|
| FileUtil |
A utility class with some useful file and i/o related methods.
|
| LittleEndianDataInputStream |
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 for RandomAccessFile that is capable of reading
and writing data in little endian byte order.
|
| MemoryCacheSeekableStream |
A SeekableInputStream implementation that caches data in memory.
|
| MemoryCacheSeekableStream.MemoryCache |
|
| NullInputStream |
An InputStream that contains no bytes.
|
| NullOutputStream |
An OutputStream implementation that works as a sink.
|
| RandomAccessStream |
A data stream that is both readable and writable, much like a
RandomAccessFile, except it may be backed by something other than a file.
|
| RandomAccessStream.InputStreamView |
|
| RandomAccessStream.OutputStreamView |
|
| SeekableInputStream |
Abstract base class for InputStreams implementing the Seekable interface.
|
| SeekableOutputStream |
Abstract base class for OutputStreams implementing the
Seekable interface.
|
| StringArrayReader |
StringArrayReader
|
| SubStream |
An InputStream reading up to a specified number of bytes from an
underlying stream.
|
| UnixFileSystem |
UnixFileSystem
|
| Win32File |
Win32File
|
| Win32FileSystem |
WindowsFileSystem
|
| Win32Lnk |
A File implementation that resolves the Windows .lnk files as symbolic links.
|
| WriterOutputStream |
Wraps a Writer in an OutputStream.
|
| WriterOutputStream.CharsetDecoder |
|
| WriterOutputStream.StringDecoder |
|