IOConfig
Overview
IOConfig is a class in Aspose.3D FOSS for .NET.
IO config for serialization/deserialization. User can specify detailed configurations like dependency look-up path Or format-related configs here
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory that creates file system objects |
FileFormat | FileFormat | Read | Gets or sets the file format used for reading or writing |
Encoding | Encoding | Read/Write | Gets or sets the text encoding applied to file operations |
FileSystem | FileSystem | Read/Write | Gets or sets the file system abstraction used for I/O |
LookupPaths | List<string> | Read/Write | Gets the list of directories searched for resources |
FileName | string | Read/Write | Gets or sets the name of the file to be processed |
Methods
| Signature | Description |
|---|---|
IOConfig() | Initializes a new I/O configuration instance |