Using this class is a simpler alternative to using a PipedInputStream and a PipedOutputStream. PipedInputStreams and PipedOutputStreams don't support the mark operation, don't allow you to control buffer sizes that they use, and have a more complicated API that requires instantiating two classes and connecting them.
This class is thread safe. @see CircularCharBuffer @see CircularObjectBuffer @author Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities @since ostermillerutils 1.00.00
|
|
|
|