| BitInputStream |
The BitInputStream allows reading individual bits from a general Java
InputStream.
|
| BitOutputStream |
The BitOutputStream allows writing individual bits to a general Java
OutputStream.
|
| ByteBufferInputStream |
|
| ByteBufferOutputStream |
|
| ByteBuffersInputStream |
|
| CountingFileInputStream |
A special FileInputStream sub class that keeps track of all read
bytes for the statistics handler.
|
| CountingFileOutputStream |
A special FileOutputStream sub class that keeps track of all written
bytes for the statistics handler.
|
| CountingInputStream |
A wrapper around an InputStream that counts the number of read bytes.
|
| CountingOutputStream |
A wrapper around an OutputStream that counts the number of read
bytes.
|
| CountingReader |
A wrapper around a Reader that counts the number of read bytes.
|
| CountingWriter |
A wrapper around an Writer that counts the number of read chars.
|
| HasInputStream |
Special implementation of IHasInputStream with that has an
InputStream supplier that can be read more than once!
|
| LoggingInputStream |
A wrapper around an InputStream that logs read and skip actions.
|
| LoggingOutputStream |
A wrapper around an OutputStream that logs what he is doing.
|
| LoggingReader |
A wrapper around an Reader that logs read and skip actions.
|
| LoggingWriter |
A wrapper around an Writer that logs what he is doing.
|
| NonBlockingBitInputStream |
|
| NonBlockingBitOutputStream |
|
| NonBlockingBufferedInputStream |
|
| NonBlockingBufferedOutputStream |
|
| NonBlockingBufferedReader |
|
| NonBlockingBufferedWriter |
|
| NonBlockingByteArrayInputStream |
|
| NonBlockingByteArrayOutputStream |
|
| NonBlockingCharArrayWriter |
A non-synchronized copy of the class CharArrayWriter.
It does not use the internal lock object.
|
| NonBlockingPushbackInputStream |
|
| NonBlockingPushbackReader |
|
| NonBlockingStringReader |
A non-synchronized copy of the class StringReader.
Note: super class Reader uses the lock object internally only for
long skip(long n) and as this method is overwritten in here, the
lock is never used.
|
| NonBlockingStringWriter |
|
| NonClosingInputStream |
|
| NonClosingOutputStream |
|
| NonClosingReader |
A special Reader that does not close the stream.
|
| NonClosingWriter |
A special Writer that does not close the stream.
|
| NullOutputStream |
|
| StreamHelper |
Some very basic IO stream utility stuff.
|
| StreamHelper.CopyByteStreamBuilder |
|
| StreamHelper.CopyCharStreamBuilder |
|
| StringInputStream |
An input stream based on an input String.
|
| WrappedInputStream |
|
| WrappedOutputStream |
|
| WrappedReader |
|
| WrappedWriter |
|