public interface IOSource
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BufferedReader |
getInputStream() |
PrintWriter |
getOutputStream() |
BufferedReader getInputStream() throws IOException
IOExceptionPrintWriter getOutputStream() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2017. All rights reserved.