public class NOPOutputStream extends OutputStream
| Constructor and Description |
|---|
NOPOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
void |
reset() |
long |
size() |
void |
write(int b) |
close, flush, write, writepublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic long getCount()
public long size()
public void reset()
Copyright © 2005–2021 QOS.ch. All rights reserved.