-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class TCPOutputStream extends OutputStream
TCP output stream for TCP socket. It is used to multiplex sockets and keep the OutputStream interface to users.
-
-
Constructor Summary
Constructors Constructor Description TCPOutputStream(OutputStream outputStream)Initializes a new TCPOutputStream.
-