Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jppf.utils.streams Classes and Interfaces - 5 results found.
| Name | Description | Type | Package | Framework |
| BoundedByteArrayOutputStream | A byte ArrayOutputStream with a maximum size of data that can be written into it. | Class | org.jppf.utils.streams | Jppf |
|
| 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. | Class | org.jppf.utils.streams | Jppf |
|
| NotifyingOutputStream | Output stream that delegates write operations to an underlying stream, and sends notifications of how many bytes were written via a callback. | Class | org.jppf.utils.streams | Jppf |
|
| NotifyingStreamCallback | This interface defines a callback used by notifying streams to provide notifications of the bytes read, written or skipped. | Interface | org.jppf.utils.streams | Jppf |
|
| StreamUtils | Collection of utility methods for manipulating streams. | Class | org.jppf.utils.streams | Jppf |