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