FileSystemFactory
public interface FileSystemFactory
SaveOptions and LoadOptions will create a com.aspose.threed.LocalFileSystem for default. This can be a security issue in server environment. Use your own FileSystemFactory to IOConfig.getFileSystemFactory to improve server side security.
方法
| 方法 | 描述 |
|---|---|
| call() | SaveOptions 和 LoadOptions 将创建一个默认的 com.aspose.threed.LocalFileSystem。 |
call()
public abstract FileSystem call()
SaveOptions and LoadOptions will create a com.aspose.threed.LocalFileSystem for default. This can be a security issue in server environment. Use your own FileSystemFactory to IOConfig.getFileSystemFactory to improve server side security.
Returns: FileSystem