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 and Type | Method and Description |
|---|---|
void |
write(int b) |
public static final DisabledOutputStream INSTANCE
Copyright © 2012. All Rights Reserved.