Uses of Class
com.aspose.threed.FileSystem
-
-
Uses of FileSystem in com.aspose.threed
Subclasses of FileSystem in com.aspose.threed Modifier and Type Class Description class
DummyFileSystem
Read/write operations are dummy operations.class
LocalFileSystem
TheLocalFileSystem
will maps the read/write operations to local directory.class
MemoryFileSystem
TheMemoryFileSystem
will maps the read/write operations to memory.Methods in com.aspose.threed that return FileSystem Modifier and Type Method Description FileSystem
IOConfig. getFileSystem()
Allow user to handle how to manage the external dependencies during load/save.Methods in com.aspose.threed with parameters of type FileSystem Modifier and Type Method Description void
IOConfig. setFileSystem(FileSystem value)
Allow user to handle how to manage the external dependencies during load/save.
-