java.io
Class FilterOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
- Direct Known Subclasses:
- BufferedOutputStream, CheckedOutputStream, DataOutputStream, DeflaterOutputStream, DigestOutputStream, PrintStream
public class FilterOutputStream
- extends OutputStream
Method Summary |
void |
close()
|
void |
flush()
|
void |
write(byte[] var0)
|
void |
write(byte[] var0,
int var1,
int var2)
|
void |
write(int var0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
protected OutputStream out
FilterOutputStream
public FilterOutputStream(OutputStream var0)
close
public void close()
throws IOException
- Overrides:
close
in class OutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Overrides:
flush
in class OutputStream
- Throws:
IOException
write
public void write(byte[] var0)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
write
public void write(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
write
public void write(int var0)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.