java.io
Class PipedOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.PipedOutputStream

public class PipedOutputStream
extends OutputStream


Constructor Summary
PipedOutputStream()
           
PipedOutputStream(PipedInputStream var0)
           
 
Method Summary
 void close()
           
 void connect(PipedInputStream var0)
           
 void flush()
           
 void write(byte[] var0, int var1, int var2)
           
 void write(int var0)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedOutputStream

public PipedOutputStream()

PipedOutputStream

public PipedOutputStream(PipedInputStream var0)
                  throws IOException
Throws:
IOException
Method Detail

close

public void close()
           throws IOException
Overrides:
close in class OutputStream
Throws:
IOException

connect

public void connect(PipedInputStream var0)
             throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Overrides:
flush 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.