public final class DevNullOutputStream extends OutputStream implements Serializable
Modifier and Type | Field and Description |
---|---|
static DevNullOutputStream |
DEV_NULL_OUTPUT_STREAM |
public static final DevNullOutputStream DEV_NULL_OUTPUT_STREAM
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void write(byte[] b, int off, int len)
write
in class OutputStream
public void write(byte[] b)
write
in class OutputStream
public void write(int b)
write
in class OutputStream
Copyright © 2015 Lucee