public interface ColladaDoc
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream()
Returns an
InputStream to the associated COLLADA document. |
java.lang.String |
getSupportFilePath(java.lang.String path)
Returns an absolute path or URL to a file indicated by a path relative to the COLLADA file's location.
|
java.io.InputStream getInputStream() throws java.io.IOException
InputStream
to the associated COLLADA document.
Implementations of this interface do not close the stream; the user of the class must close the stream.java.io.IOException
- if an error occurs while attempting to create or open the input stream.java.lang.String getSupportFilePath(java.lang.String path) throws java.io.IOException
path
- the path of the requested file.java.lang.IllegalArgumentException
- if the specified path is null.java.io.IOException
- if an error occurs while attempting to read the support file.