Config |
Warning - static - not for use by multiple applications or prefixes
|
CountingInputStream |
An InputStream that implements ReadCounter.
|
CountingOutputStream |
An OutputStream that counts how many bytes are written
and returns the count via getWritten().
|
DecodingOutputStream |
Buffering decoder, with output to a Writer.
|
DummyOutputStream |
Write to nowhere
|
EOFOnMatchInputStream |
A stream that returns EOF when the input matches
the bytes provided.
|
EscapeHTMLOutputStream |
Escape HTML on the fly.
|
EscapeHTMLWriter |
Escape HTML on the fly.
|
FileBuffer |
File implementation of Buffer.
|
FilenameUtil |
File name encoding methods
|
FixCRLFOutputStream |
Replace plain \n with \r\n on the fly.
|
Folder<O> |
Folder object manages a array Object[] to support
paging and sorting.
|
GzipFileBuffer |
Gzip File implementation of Buffer.
|
HexTable |
|
LimitInputStream |
Limit total reads and skips to a specified maximum, then return EOF
|
MemoryBuffer |
Buffer backed by a byte array.
|
OutputStreamBuffer |
Output only.
|
ReadBuffer |
Input only for constant data, initialized from a byte array.
|
StringBuilderWriter |
StringBuilder version of StringWriter
|