public class PipedOutputStream extends OutputStream
Constructor and Description |
---|
PipedOutputStream() |
PipedOutputStream(PipedInputStream var0) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(PipedInputStream var0) |
void |
flush() |
void |
write(byte[] var0,
int var1,
int var2) |
void |
write(int var0) |
write
public PipedOutputStream()
public PipedOutputStream(PipedInputStream var0) throws IOException
IOException
public void close() throws IOException
close
in class OutputStream
IOException
public void connect(PipedInputStream var0) throws IOException
IOException
public void flush() throws IOException
flush
in class OutputStream
IOException
public void write(byte[] var0, int var1, int var2) throws IOException
write
in class OutputStream
IOException
public void write(int var0) throws IOException
write
in class OutputStream
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.