public class NullPrintStream extends PrintStream
This print stream has no destination (file/socket etc.) and all bytes written to it are ignored and lost.
Modifier and Type | Field and Description |
---|---|
static NullPrintStream |
NULL_PRINT_STREAM
The singleton instance.
|
out
Constructor and Description |
---|
NullPrintStream()
Constructs an instance.
|
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write
write
public static final NullPrintStream NULL_PRINT_STREAM
public NullPrintStream()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.