Package jadex.common

Class SUtil.AccessiblePrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
SUtil

public static class SUtil.AccessiblePrintStream extends PrintStream
An subclass of print stream to allow accessing the underlying stream.
  • Field Details

    • out

      protected OutputStream out
      The underlying output stream.
  • Constructor Details

    • AccessiblePrintStream

      public AccessiblePrintStream(OutputStream out)
      Create an accessible output stream.