public class BufferedOutputStream extends FilterOutputStream
Modifier and Type | Field and Description |
---|---|
protected byte[] |
buf |
protected int |
count |
out
Constructor and Description |
---|
BufferedOutputStream(OutputStream out) |
BufferedOutputStream(OutputStream out,
int size) |
public BufferedOutputStream(OutputStream out)
public BufferedOutputStream(OutputStream out, int size)
public void write(int b) throws IOException, NullPointerException
write
in class FilterOutputStream
IOException
NullPointerException
public void write(byte[] b, int off, int len) throws IOException, NullPointerException
write
in class FilterOutputStream
IOException
NullPointerException
public void flush() throws IOException
flush
in class FilterOutputStream
IOException