Resource represents resources stored in zone's containers.
Resources may be obtained through anvil.system.rawImport().
Methods
Gets the content of this resource.
| Throws |
IOError -
If an I/O error occurs.
|
Gets the content length of this resource.
Gets the content type of this resource.
Gets an input stream that reads from this resource.
| Throws |
IOError -
If an I/O error occurs.
|
Gets the time of last modification.
Returns the pathinfo of this resource.
Returns the URL of this resource.
Writes the content to given output stream. This
is possibly more effient than explicitly getting
the content out of resource.
| Throws |
IOError -
If an I/O error occurs.
|