Package org.jppf.utils.streams

COllection of stream utility classes.

See:
          Description

Interface Summary
NotifyingStreamCallback This interface defines a callback used by notifying streams to provide notifications of the bytes read, written or skipped.
 

Class Summary
JPPFByteArrayOutputStream Extension of ByteArrayOutputStream, providing a faster toByteArray() method that does not involve copying its internal buffer.
MultipleBuffersInputStream An output stream implementation that minimizes memory usage.
MultipleBuffersOutputStream An output stream implementation that minimizes memory usage.
NotifyingInputStream Input stream that delegates read aand 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 writeoperations 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.
 

Package org.jppf.utils.streams Description

COllection of stream utility classes.



Copyright © 2005-2010 JPPF Team.