Class StringPrintStream


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

      • StringPrintStream

        public StringPrintStream()
        Create a new object that prints to a string.
    • Method Detail

      • getPrintStream

        public PrintStream getPrintStream()
        Get the stream that is being printed to.
      • 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