java.io
Class PipedOutputStream
java.lang.Object
java.io.OutputStream
java.io.PipedOutputStream
public class PipedOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipedOutputStream
public PipedOutputStream()
PipedOutputStream
public PipedOutputStream(PipedInputStream var0)
throws IOException
- Throws:
IOException
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.