Class StringPrintStream


  • public class StringPrintStream
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()  
      java.io.PrintStream newStream()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StringPrintStream

        public StringPrintStream()
    • Method Detail

      • newStream

        public java.io.PrintStream newStream()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getBytes

        public byte[] getBytes()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object