public static class FilesResourcesStorage.FileResource extends AbstractResourcesStorage.AbstractResource implements ResourcesStorage.Resource, HasAFile
name
Constructor and Description |
---|
FileResource(java.lang.String name,
java.io.File resource) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
asInputStream() |
java.io.OutputStream |
asOutputStream() |
void |
close() |
boolean |
exists() |
java.io.File |
getFile() |
java.lang.String |
getName()
Return the name of the resource.
|
java.net.URL |
getURL() |
boolean |
isReadOnly()
El recurso es de solo lectura, normalmente por que el tipo de recurso
no permite escribir sobre el.
|
void |
setFile(java.io.File file) |
public java.lang.String getName()
ResourcesStorage.Resource
getName
in interface ResourcesStorage.Resource
getName
in class AbstractResourcesStorage.AbstractResource
public boolean isReadOnly()
ResourcesStorage.Resource
isReadOnly
in interface ResourcesStorage.Resource
public java.net.URL getURL()
getURL
in interface ResourcesStorage.Resource
public boolean exists()
exists
in interface ResourcesStorage.Resource
public java.io.InputStream asInputStream() throws java.io.FileNotFoundException
asInputStream
in interface ResourcesStorage.Resource
java.io.FileNotFoundException
public java.io.OutputStream asOutputStream() throws java.io.FileNotFoundException
asOutputStream
in interface ResourcesStorage.Resource
java.io.FileNotFoundException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface ResourcesStorage.Resource