public interface Reference
Modifier and Type | Method and Description |
---|---|
boolean |
doesBinaryExist() |
java.lang.String |
getLocalURI() |
java.io.OutputStream |
getOutputStream() |
java.io.InputStream |
getStream() |
java.lang.String |
getURI() |
boolean |
isReadOnly() |
Reference[] |
probeAlternativeReferences()
Determines any platform-specific and reference-type specific
alternatives versions of this reference which may exist.
|
void |
remove()
Removes the binary data located by this reference.
|
boolean doesBinaryExist() throws java.io.IOException
java.io.IOException
- If there is a problem identifying
the status of the resourcejava.io.InputStream getStream() throws java.io.IOException
java.io.IOException
- If there is a problem reading the
stream.java.lang.String getURI()
java.lang.String getLocalURI()
boolean isReadOnly()
java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
- If there is a problem writing or the
reference is read onlyvoid remove() throws java.io.IOException
java.io.IOException
- If there is a problem deleting or the
reference is read onlyReference[] probeAlternativeReferences()