public abstract class AbstractDataResource extends java.lang.Object implements ResourcesStorage.Resource
Constructor and Description |
---|
AbstractDataResource() |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
asInputStream() |
java.io.OutputStream |
asOutputStream() |
void |
close() |
boolean |
exists() |
java.net.URL |
getURL() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, isReadOnly
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.IOException
asInputStream
in interface ResourcesStorage.Resource
java.io.IOException
public java.io.OutputStream asOutputStream() throws java.io.IOException
asOutputStream
in interface ResourcesStorage.Resource
java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface ResourcesStorage.Resource