public final class DisabledOutputStream extends 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) |
close, flush, write, writepublic static final DisabledOutputStream INSTANCE
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2019 Eclipse JGit Project. All rights reserved.