java.io
Class FilterOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
Direct Known Subclasses:
BufferedOutputStream, CheckedOutputStream, DataOutputStream, DeflaterOutputStream, DigestOutputStream, PrintStream

public class FilterOutputStream
extends OutputStream


Field Summary
protected  OutputStream out
           
 
Constructor Summary
FilterOutputStream(OutputStream var0)
           
 
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
 

Field Detail

out

protected OutputStream out
Constructor Detail

FilterOutputStream

public FilterOutputStream(OutputStream var0)
Method Detail

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.