public final class DisabledOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
static DisabledOutputStream |
INSTANCE
The canonical instance which always throws IllegalStateException.
|
Modifier | Constructor and Description |
---|---|
private |
DisabledOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
write(int b) |
public static final DisabledOutputStream INSTANCE