Package org.apache.xmlgraphics.io
Interface TempResourceResolver
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
Modifier and TypeMethodDescriptionGets an temporary-output stream of a given identifier.getResource
(String id) Get a temporary-resource given the identifier pointing to said resource.
-
Method Details
-
getResource
Get a temporary-resource given the identifier pointing to said resource.- Parameters:
id
- the resource identifier- Returns:
- the resource
- Throws:
IOException
- if an I/O error occured during resource acquisition
-
getOutputStream
Gets an temporary-output stream of a given identifier.- Parameters:
id
- the output stream identifier- Returns:
- the output stream
- Throws:
IOException
- if an I/O error occured while creating an output stream
-