public abstract class BaseOutputStream extends OutputStream
| Constructor and Description |
|---|
BaseOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
protected abstract void |
writeByte(int b) |
close, flush, write, writeprotected abstract void writeByte(int b)
throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2019. All rights reserved.