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