public class PipedOutputStream extends OutputStream
Constructor and Description |
---|
PipedOutputStream() |
PipedOutputStream(PipedInputStream dst) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(PipedInputStream dst) |
void |
flush() |
void |
write(byte[] buffer,
int offset,
int count) |
void |
write(int oneByte) |
write
public PipedOutputStream(PipedInputStream dst) throws IOException
IOException
public PipedOutputStream()
public void connect(PipedInputStream dst) throws IOException
IOException
public void flush() throws IOException
flush
in class OutputStream
IOException
public void close() throws IOException
close
in class OutputStream
IOException
public void write(byte[] buffer, int offset, int count) throws IOException
write
in class OutputStream
IOException
public void write(int oneByte) throws IOException
write
in class OutputStream
IOException