public class NullOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
long |
m_sz_written
The #of bytes currently written.
|
| Constructor and Description |
|---|
NullOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSzWritten()
Returns the #bytes currently written.
|
void |
reset()
Resets the size written.
|
void |
write(byte[] parm1) |
void |
write(byte[] parm1,
int off,
int len) |
void |
write(int b) |
close, flushpublic void write(byte[] parm1)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] parm1,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic long getSzWritten()
public void reset()
Copyright © 2017 etc.to. All rights reserved.