public class NullOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
boolean |
throwException
is an exception be thrown while read?
|
Constructor and Description |
---|
NullOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
write(int c)
write method
|
close, flush, write, write
public void write(int c) throws IOException
write
in class OutputStream
IOException
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.