public interface ResourceContent
Typically either content from a File or a URL.
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
The content itself.
|
String |
getName()
The name of the content.
|
long |
lastModified()
The last modified timestamp of the content.
|
long |
size()
The size of the content in bytes.
|
String getName()
long size()
long lastModified()
InputStream getInputStream() throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.