Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jppf.utils.streams Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
BoundedByteArrayOutputStreamA byte ArrayOutputStream with a maximum size of data that can be written into it.Classorg.jppf.utils.streamsJppf
NotifyingInputStreamInput 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.Classorg.jppf.utils.streamsJppf
NotifyingOutputStreamOutput stream that delegates write operations to an underlying stream, and sends notifications of how many bytes were written via a callback.Classorg.jppf.utils.streamsJppf
NotifyingStreamCallbackThis interface defines a callback used by notifying streams to provide notifications of the bytes read, written or skipped.Interfaceorg.jppf.utils.streamsJppf
StreamUtilsCollection of utility methods for manipulating streams.Classorg.jppf.utils.streamsJppf