public class BufferedOutputStream extends FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf
buf
|
protected int |
count
count
|
out| Constructor and Description |
|---|
BufferedOutputStream(OutputStream outputstream)
BufferedOutputStream
|
BufferedOutputStream(OutputStream outputstream,
int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] abyte0,
int i,
int j) |
void |
write(int i) |
close, writepublic BufferedOutputStream(OutputStream outputstream)
outputstream - ?public BufferedOutputStream(OutputStream outputstream, int i)
outputstream - ?i - ?public void flush()
throws IOException
flush in class FilterOutputStreamIOException - ?public void write(int i)
throws IOException
write in class FilterOutputStreami - ?IOException - ?public void write(byte[] abyte0,
int i,
int j)
throws IOException
write in class FilterOutputStreamabyte0 - ?i - ?j - ?IOException - ?