| Interface | Description |
|---|---|
| NotifyingStreamCallback |
This interface defines a callback used by notifying streams to provide notifications
of the bytes read, written or skipped.
|
| Class | Description |
|---|---|
| NotifyingInputStream |
Input stream that delegates read and skip operations to an underlying stream,
and sends notifications of how many bytes were read or skipped via a callback.
|
| NotifyingOutputStream |
Output stream that delegates write operations to an underlying stream,
and sends notifications of how many bytes were written via a callback.
|
| StreamConstants |
Definition of important constants for stream I/O.
|
| StreamUtils |
Collection of utility methods for manipulating streams.
|
Copyright © 2005-2012 JPPF Team.