Class Stderr

  • All Implemented Interfaces:
    Output

    public final class Stderr
    extends Object
    implements Output
    Output that writes to stderr.

    There is no thread-safety guarantee.

    Since:
    0.6
    • Constructor Detail

      • Stderr

        public Stderr()
    • 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