| |
|
| java.lang.Object uk.org.ponder.streamutil.StreamPair
StreamPair | public class StreamPair (Code) | | This utility class slightly streamlines the process of creating a matched
pair of PipedInputStream and PipedOutputStream. Little used after conversion
to the BytePen model.
|
Constructor Summary | |
public | StreamPair() Creates a connected pair of PipedOutputStream and PipedInputStream. |
StreamPair | public StreamPair() throws IOException(Code) | | Creates a connected pair of PipedOutputStream and PipedInputStream.
exception: IOException - If an I/O error occurs. |
|
|
|