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 OutputStream
IOException
- ?public void flush() throws IOException
flush
in class OutputStream
IOException
- ?public void write(int i) throws IOException
write
in class OutputStream
i
- ?IOException
- ?public void write(byte[] abyte0) throws IOException
write
in class OutputStream
abyte0
- ?IOException
- ?public void write(byte[] abyte0, int i, int j) throws IOException
write
in class OutputStream
abyte0
- ?i
- ?j
- ?IOException
- ?