public interface Reference
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesBinaryExist() |
String |
getLocalURI() |
OutputStream |
getOutputStream() |
InputStream |
getStream() |
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 IOException
IOException - If there is a problem identifying
the status of the resourceInputStream getStream() throws IOException
IOException - If there is a problem reading the
stream.String getURI()
String getLocalURI()
boolean isReadOnly()
OutputStream getOutputStream() throws IOException
IOException - If there is a problem writing or the
reference is read onlyvoid remove()
throws IOException
IOException - If there is a problem deleting or the
reference is read onlyReference[] probeAlternativeReferences()
Copyright © 2024. All rights reserved.