| Class | Description |
|---|---|
| DebugOutputStream |
Output stream used for debugging purposes.
|
| FastByteArrayOutputStream |
This class implements an output stream in which the data is
written into a byte array.
|
| FastCharArrayWriter | |
| NullOutputStream | |
| NullWriter | |
| ReaderInputStream | |
| UnicodeInputStream | |
| UnsafeByteArrayInputStream |
This class provides an API compatible with ByteArrayInputStream, but with no guarantee of synchronization.
|
| UnsafeByteArrayOutputStream |
This class provides an API compatible with ByteArrayOutputStream, but with no guarantee of synchronization.
|
| UnsafeCharArrayReader |
This class provides an API compatible with CharArrayReader, but with no guarantee of synchronization.
|
| UnsafeCharArrayWriter |
This class provides an API compatible with CharArrayWriter, but with no guarantee of synchronization.
|
| WriterOutputStream |
Copyright © 2016 jetbrick. All rights reserved.