| Interface | Description |
|---|---|
| TextStream |
| Class | Description |
|---|---|
| BufferCaster | |
| LineBufferingOutputStream |
An OutputStream which separates bytes written into lines of text.
|
| StreamByteBuffer |
An in-memory buffer that provides OutputStream and InputStream interfaces.
|
| Exception | Description |
|---|---|
| UncheckedException |
Wraps a checked exception.
|
| UncheckedIOException |
UncheckedIOException is used to wrap an IOException into an unchecked exception. |