Class DeadOutput

  • All Implemented Interfaces:
    Output

    public final class DeadOutput
    extends Object
    implements Output
    Output that accepts anything.

    There is no thread-safety guarantee.

    Since:
    0.1
    • Constructor Detail

      • DeadOutput

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