Class NullStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class NullStream
    extends OutputStream
    Just consumes the byte stream. Kind of like /dev/null.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)