Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
rcs.utils

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.