Class StringReceiver

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class StringReceiver
    extends OutputStream
    This is a kind of OutputStream which caches the incoming bytes (instead if printing them out) and releases them as a string whenever it is asked to.