Package com.aspose.threed
Interface FileSystemFactory
-
public interface FileSystemFactory
SaveOptions
andLoadOptions
will create aLocalFileSystem
for default. This can be a security issue in server environment. Use your ownFileSystemFactory
toIOConfig.getFileSystemFactory()
to improve server side security.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystem
call()
-
-
-
Method Detail
-
call
FileSystem call()
SaveOptions
andLoadOptions
will create aLocalFileSystem
for default. This can be a security issue in server environment. Use your ownFileSystemFactory
toIOConfig.getFileSystemFactory()
to improve server side security.
-
-