public interface Resource
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getAsString() |
InputStream |
getInputStream() |
Reader |
getReader() |
long |
getSize() |
Writer |
getWriter() |
InputStream getInputStream() throws IOException
IOExceptionWriter getWriter() throws IOException
IOExceptionReader getReader() throws IOException
IOExceptionlong getSize()
throws IOException
IOExceptionvoid delete()
throws IOException
IOExceptionString getAsString() throws IOException
IOExceptionCopyright © 2006–2017 Icegreen Technologies. All rights reserved.