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, write
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void reset()
Copyright © 2017. All rights reserved.