|
xmlgraphics-commons 2.3 | |||||||||
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 | |
---|---|
java.io.OutputStream |
getOutputStream(java.lang.String id)
Gets an temporary-output stream of a given identifier. |
Resource |
getResource(java.lang.String id)
Get a temporary-resource given the identifier pointing to said resource. |
Method Detail |
---|
Resource getResource(java.lang.String id) throws java.io.IOException
id
- the resource identifier
java.io.IOException
- if an I/O error occured during resource acquisitionjava.io.OutputStream getOutputStream(java.lang.String id) throws java.io.IOException
id
- the output stream identifier
java.io.IOException
- if an I/O error occured while creating an output stream
|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |