Class StringPrintStream


  • public class StringPrintStream
    extends Object
    A PrintStream that writes do a String.
    • Constructor Detail

      • StringPrintStream

        public StringPrintStream()
    • Method Detail

      • toString

        public String toString()
        Get the data written so far. Once this is done the stream is closed and can't be used anymore.
        Overrides:
        toString in class Object