public class FilterOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
out
out
|
| Constructor and Description |
|---|
FilterOutputStream(OutputStream outputstream)
FilterOutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] abyte0) |
void |
write(byte[] abyte0,
int i,
int j) |
void |
write(int i) |
protected OutputStream out
public FilterOutputStream(OutputStream outputstream)
outputstream - ?public void close()
throws IOException
close in class OutputStreamIOException - ?public void flush()
throws IOException
flush in class OutputStreamIOException - ?public void write(int i)
throws IOException
write in class OutputStreami - ?IOException - ?public void write(byte[] abyte0)
throws IOException
write in class OutputStreamabyte0 - ?IOException - ?public void write(byte[] abyte0,
int i,
int j)
throws IOException
write in class OutputStreamabyte0 - ?i - ?j - ?IOException - ?