class Channel.PassiveOutputStream
extends java.io.PipedOutputStream
Modifier and Type | Field and Description |
---|---|
private Channel.MyPipedInputStream |
_sink |
Constructor and Description |
---|
PassiveOutputStream(java.io.PipedInputStream in,
boolean resizable_buffer) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
private Channel.MyPipedInputStream _sink
PassiveOutputStream(java.io.PipedInputStream in, boolean resizable_buffer) throws java.io.IOException
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.PipedOutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.PipedOutputStream
java.io.IOException