public class TPipedOutputStream extends OutputStream
Constructor and Description |
---|
TPipedOutputStream() |
TPipedOutputStream(TPipedInputStream dest) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(TPipedInputStream stream) |
void |
flush() |
void |
write(byte[] buffer,
int offset,
int count) |
void |
write(int oneByte) |
write
public TPipedOutputStream()
public TPipedOutputStream(TPipedInputStream dest) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void connect(TPipedInputStream stream) throws IOException
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
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
Copyright © 2019. All rights reserved.