public class FilterOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
out |
| Constructor and Description |
|---|
FilterOutputStream(OutputStream var0) |
protected OutputStream out
public FilterOutputStream(OutputStream var0)
public void close()
throws IOException
close in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in class OutputStreamIOExceptionpublic void write(byte[] var0)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] var0,
int var1,
int var2)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int var0)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2006-2016 OSGi Alliance. All Rights Reserved.