|
Classes in rcs.utils used by rcs.utils |
CorrectedPipeData
Contains information used by CorrectedPipedInputStream and
CorrectedPipedOutputStream. |
CorrectedPipedInputStream
This class provides the same interface as java.io.PipedInputStream
except that it corrects the problem that when java.io.PipedOutputStream
has 1k or more written to it, it blocks until the some of the data is read
from the input pipe before more can be written. |
CorrectedPipedOutputStream
This class provides the same interface as java.io.PipedOutputStream
except that it corrects the problem that when java.io.PipedOutputStream
has 1k or more written to it, it blocks until the some of the data is read
from the input pipe before more can be written. |