public interface Resource
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Return an InputStream.
|
String |
getString() |
void |
print(OutputStream out) |
InputStream getInputStream() throws IOException
IOException - if the stream could not be openedString getString() throws IOException
IOExceptionvoid print(OutputStream out) throws IOException
IOExceptionCopyright © 2013 Whizu. All Rights Reserved.