| Class | Description |
|---|---|
| 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 |
InputStream wrapped around a single ByteBuffer. |
| ByteBufferOutputStream |
Wrapper for an
OutputStream around a
ByteBuffer. |
| ByteBuffersInputStream |
InputStream wrapped around one or more
ByteBuffer objects. |
| 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. |
| DebugInputStream |
A wrapper around an
InputStream that debugs read and skip actions. |
| DebugOutputStream |
A wrapper around an
OutputStream that logs what he is doing. |
| HashingInputStream |
A wrapper around an
InputStream that performs a hashing while
reading. |
| HashingOutputStream |
A wrapper around an
OutputStream that performs a hashing while
writing. |
| NonBlockingBitInputStream |
The
NonBlockingBitInputStream allows reading individual bits from a
general Java InputStream. |
| NonBlockingBitOutputStream |
The
NonBlockingBitOutputStream allows writing individual bits to a
general Java OutputStream. |
| NonBlockingBufferedInputStream |
Non-synchronized version of
BufferedInputStream. |
| NonBlockingBufferedOutputStream |
A non-synchronized copy of the class
BufferedOutputStream. |
| NonBlockingBufferedReader |
A non-synchronized copy of the class
BufferedReader. |
| NonBlockingBufferedWriter |
This is a non-blocking version of
BufferedWriter. |
| NonBlockingByteArrayInputStream |
A non-synchronized copy of the class
ByteArrayInputStream. |
| NonBlockingByteArrayOutputStream |
A non-synchronized copy of the class
ByteArrayOutputStream. |
| NonBlockingStringReader |
A non-synchronized copy of the class
StringReader. |
| NonBlockingStringWriter |
A non-synchronized copy of the class
StringWriter. |
| NonClosingInputStream |
A special input stream that does not close the stream.
|
| NonClosingOutputStream |
A special output stream that does not close the stream.
|
| StreamUtils |
Some very basic IO stream utility stuff.
|
| StringInputStream |
An input stream based on an input String.
|
| WrappedInputStream |
A wrapper around another
InputStream. |
| WrappedOutputStream |
A wrapper around another
OutputStream. |
| WrappedReader |
A wrapper around another
Reader. |
| WrappedWriter |
A wrapper around another
Writer. |
Copyright © 2006–2014 phloc systems. All rights reserved.