ArrayRandomAccessSource |
A RandomAccessSource that is based on an underlying byte array
|
BufferCleaner |
|
ByteArrayOutputStream |
|
ByteBuffer |
|
ByteBufferRandomAccessSource |
A RandomAccessSource that is based on an underlying ByteBuffer .
|
ByteUtils |
|
DeflaterOutputStream |
|
FileChannelRandomAccessSource |
A RandomAccessSource that is based on an underlying FileChannel .
|
GetBufferedRandomAccessSource |
|
GroupedRandomAccessSource |
A RandomAccessSource that is based on a set of underlying sources,
treating the sources as if they were a contiguous block of data.
|
GroupedRandomAccessSource.SourceEntry |
Used to track each source, along with useful meta data
|
IndependentRandomAccessSource |
A RandomAccessSource that is wraps another RandomAccessSource but does not propagate close().
|
MappedChannelRandomAccessSource |
A RandomAccessSource that represents a memory mapped section of an underlying FileChannel.
|
OutputStream<T extends java.io.OutputStream> |
|
PagedChannelRandomAccessSource |
A RandomAccessSource that is based on an underlying FileChannel .
|
PagedChannelRandomAccessSource.MRU<E> |
|
PdfTokenizer |
|
RAFRandomAccessSource |
A RandomAccessSource that uses a RandomAccessFile as it's source
Note: Unlike most of the RandomAccessSource implementations, this class is not thread safe
|
RandomAccessFileOrArray |
Class that is used to unify reading from random access files and arrays.
|
RandomAccessSourceFactory |
|
RASInputStream |
|
ThreadSafeRandomAccessSource |
|
WindowRandomAccessSource |
A RandomAccessSource that wraps another RandomAccessSource and provides a window of it at a specific offset and over
a specific length.
|