public class SocketWriter extends FilterWriter
out| Constructor and Description |
|---|
SocketWriter(InetSocketAddress inetSocketAddress,
Charset charset) |
SocketWriter(Socket socket,
Charset charset) |
public SocketWriter(InetSocketAddress inetSocketAddress, Charset charset) throws IOException
inetSocketAddress - host and port of the underlying Socketcharset - charset of the OutputStream underlying SocketIOExceptionpublic SocketWriter(Socket socket, Charset charset) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.