Class | Description |
---|---|
Buffer<T> |
A buffer to store values and get them by a cursor.
|
BufferedInputStream |
A boxing for input-streams as a workaround to support the methods
BufferedInputStream.mark(int) and BufferedInputStream.reset() . |
BufferedReader |
A boxing for readers as a workaround to support the methods
BufferedReader.mark(int) and BufferedReader.reset() . |
RemoteInputStream |
A way to control an input-stream using an
Instructor . |
RemoteOutputStream |
A way to control an input-stream using an
Instructor . |
RemoteReader |
A way to control a reader using an
Instructor . |
RemoteWriter |
A way to control a reader using an
Instructor . |