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
IOException
Writer getWriter() throws IOException
IOException
Reader getReader() throws IOException
IOException
long getSize() throws IOException
IOException
void delete() throws IOException
IOException
String getAsString() throws IOException
IOException
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.