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