Package com.drew.lang

Class NullOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class NullOutputStream
    extends OutputStream
    An implementation of OutputSteam that ignores write requests by doing nothing. This class may be useful in tests.