IOConfig

Overview

IOConfig is a class in Aspose.3D FOSS for Java.

IO config for serialization/deserialization.

This class provides 11 methods for working with IOConfig objects in Java programs. Available methods include: getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: encoding, fileFormat, fileName, fileSystem, fileSystemFactory, lookupPaths.

Properties

NameTypeAccessDescription
fileSystemFactoryFileSystemFactoryReadGets the factory class for FileSystem.
fileFormatFileFormatReadGets the file format that specified in current Save/Load option.
encodingjava.nio.charset.CharsetReadGets the default encoding for text-based files.
fileSystemFileSystemReadAllow user to handle how to manage the external dependencies during load/save.
lookupPathsjava.util.ArrayList<String>ReadSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
fileNameStringReadThe file name of the exporting/importing scene.

Methods

SignatureDescription
getFileSystemFactory()FileSystemFactoryGets the factory class for FileSystem.
setFileSystemFactory(value: FileSystemFactory)Sets the factory class for FileSystem.
getFileFormat()FileFormatGets the file format that specified in current Save/Load option.
getEncoding()java.nio.charset.CharsetGets the default encoding for text-based files.
setEncoding(value: java.nio.charset.Charset)Sets the default encoding for text-based files.
getFileSystem()FileSystemAllow user to handle how to manage the external dependencies during load/save.
setFileSystem(value: FileSystem)Allow user to handle how to manage the external dependencies during load/save.
getLookupPaths()java.util.ArrayList<String>Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
setLookupPaths(value: java.util.ArrayList<String>)Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
getFileName()StringThe file name of the exporting/importing scene.
setFileName(value: String)The file name of the exporting/importing scene.

See Also

 English