| Constructor and Description |
|---|
SocketWrapper(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BufferedReader |
getInputStream() |
PrintWriter |
getOutputStream() |
public SocketWrapper(Socket socket) throws IOException
IOExceptionpublic BufferedReader getInputStream() throws IOException
getInputStream in interface IOSourceIOExceptionpublic PrintWriter getOutputStream() throws IOException
getOutputStream in interface IOSourceIOExceptionpublic void close()
throws IOException
close in interface IOSourceIOExceptionCopyright © 2017. All rights reserved.