Class Summary |
CodecMap |
Provides a mapping from codec names to concrete implementation class names. |
FixedLengthInputStream |
Provides an InputStream that can consume a fixed maximum number of bytes
from an underlying stream. |
LobFile |
File format which stores large object records. |
LobFile.Reader |
Class that can read a LobFile. |
LobFile.Writer |
Class that writes out a LobFile. |
LobReaderCache |
A cache of open LobFile.Reader objects. |
SplittableBufferedWriter |
A BufferedWriter implementation that wraps around a SplittingOutputStream
and allows splitting of the underlying stream. |
SplittingOutputStream |
An output stream that writes to an underlying filesystem, opening
a new file after a specified number of bytes have been written to the
current one. |