public class NullPrintStream
extends java.io.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.
|
| Constructor and Description |
|---|
NullPrintStream()
Constructs an instance.
|
public static final NullPrintStream NULL_PRINT_STREAM
Copyright © 2010 - 2022 Adobe. All Rights Reserved