Class ByteArrayPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class ByteArrayPrintStream extends PrintStream
  • Constructor Details

    • ByteArrayPrintStream

      public ByteArrayPrintStream()
    • ByteArrayPrintStream

      public ByteArrayPrintStream(ByteArrayOutputStream out)
  • Method Details

    • toByteArray2

      public byte[] toByteArray2()
    • toByteArray

      public byte[] toByteArray()
    • toString

      public String toString()
      Overrides:
      toString in class Object