public interface ColladaDoc
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | getInputStream()Returns an  InputStreamto the associated COLLADA document. | 
| String | getSupportFilePath(String path)Returns an absolute path or URL to a file indicated by a path relative to the COLLADA file's location. | 
InputStream getInputStream() throws 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.IOException - if an error occurs while attempting to create or open the input stream.String getSupportFilePath(String path) throws IOException
path - the path of the requested file.IllegalArgumentException - if the specified path is null.IOException - if an error occurs while attempting to read the support file.