public class IdleOutputStream extends OutputStream
OutputStream implementation which doesn't write anything.| Constructor and Description |
|---|
IdleOutputStream()
Default constructor to create
IdleOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len)
.
|
void |
write(int b)
.
|
close, flush, writepublic IdleOutputStream()
IdleOutputStream.public void write(int b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 1998–2025 Apryse Group NV. All rights reserved.