public static class EmptyResourcesStorage.EmptyResource extends java.lang.Object implements ResourcesStorage.Resource
| Constructor and Description |
|---|
EmptyResource() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
asInputStream() |
java.io.OutputStream |
asOutputStream() |
void |
close() |
boolean |
exists() |
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.
|
public java.lang.String getName()
ResourcesStorage.ResourcegetName in interface ResourcesStorage.Resourcepublic boolean isReadOnly()
ResourcesStorage.ResourceisReadOnly in interface ResourcesStorage.Resourcepublic java.net.URL getURL()
getURL in interface ResourcesStorage.Resourcepublic boolean exists()
exists in interface ResourcesStorage.Resourcepublic java.io.InputStream asInputStream()
throws java.io.IOException
asInputStream in interface ResourcesStorage.Resourcejava.io.IOExceptionpublic java.io.OutputStream asOutputStream()
throws java.io.IOException
asOutputStream in interface ResourcesStorage.Resourcejava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface ResourcesStorage.Resource