public class SimpleOutputStream extends OutputStream
| Constructor and Description |
|---|
SimpleOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Reset the output stream.
|
String |
toString() |
void |
write(int b) |
close, flush, write, writepublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void reset()
Copyright © 2017. All rights reserved.