|
xmlgraphics-commons 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TempResourceResolver
Implementations of this interface resolve URIs for temporary files used by XGC. The temporary-
resource URI scheme comes from TempResourceURIGenerator.TMP_SCHEME
.
Method Summary | |
---|---|
OutputStream |
getOutputStream(String id)
Gets an temporary-output stream of a given identifier. |
Resource |
getResource(String id)
Get a temporary-resource given the identifier pointing to said resource. |
Method Detail |
---|
Resource getResource(String id) throws IOException
id
- the resource identifier
IOException
- if an I/O error occured during resource acquisitionOutputStream getOutputStream(String id) throws IOException
id
- the output stream identifier
IOException
- if an I/O error occured while creating an output stream
|
xmlgraphics-commons 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |