Class NullStream

java.lang.Object
java.io.OutputStream
com.sun.tools.xjc.util.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 ([email protected])