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