| Class and Description |
|---|
| WrappedInputStream
A wrapper around another
FilterInputStream to make the wrapped
InputStream accessible. |
| WrappedOutputStream
A wrapper around another
FilterOutputStream to make the wrapped
OutputStream accessible. |
| Class and Description |
|---|
| NonBlockingBitInputStream
The
NonBlockingBitInputStream allows reading individual bits from a
general Java InputStream. |
| Class and Description |
|---|
| NonBlockingBufferedReader
A non-synchronized copy of the class
BufferedReader. |
| Class and Description |
|---|
| 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. |
| Class and Description |
|---|
| HasInputStream
Special implementation of
IHasInputStream with that has an
InputStream supplier that can be read more than once! |
| NonBlockingBitInputStream
The
NonBlockingBitInputStream allows reading individual bits from a
general Java InputStream. |
| NonBlockingBitOutputStream
The
NonBlockingBitOutputStream allows writing individual bits to a
general Java OutputStream. |
| NonBlockingByteArrayInputStream
A non-synchronized copy of the class
ByteArrayInputStream. |
| NonBlockingByteArrayOutputStream
A non-synchronized copy of the class
ByteArrayOutputStream. |
| NonBlockingCharArrayWriter
A non-synchronized copy of the class
CharArrayWriter. |
| NonBlockingStringReader
A non-synchronized copy of the class
StringReader. |
| NonBlockingStringWriter
A non-synchronized copy of the class
StringWriter. |
| NullOutputStream
An
OutputStream that discards all bytes to be written |
| WrappedInputStream
A wrapper around another
FilterInputStream to make the wrapped
InputStream accessible. |
| WrappedOutputStream
A wrapper around another
FilterOutputStream to make the wrapped
OutputStream accessible. |
| WrappedReader
A wrapper around another
FilterReader to make the wrapped
Reader accessible. |
| WrappedWriter
A wrapper around another
FilterWriter to make the wrapped
Writer accessible. |
| Class and Description |
|---|
ByteBufferInputStream
InputStream wrapped around a single ByteBuffer. |
| 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. |
| StringInputStream
An input stream based on an input String.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.