Class Stdout

  • All Implemented Interfaces:
    Output

    public final class Stdout
    extends Object
    implements Output
    Output that writes to stdout.

    There is no thread-safety guarantee.

    Since:
    0.6
    • Constructor Detail

      • Stdout

        public Stdout()
    • Method Detail

      • stream

        public OutputStream stream()
        Description copied from interface: Output
        Get write access to it.
        Specified by:
        stream in interface Output
        Returns:
        OutputStream to write to