IOConfig
Overview
IOConfig is a class in Aspose.3D FOSS for Typescript.
IOConfig.fileFormat holds the target or source file format, or null if unspecified.
This class provides 1 method for working with IOConfig objects in Typescript programs.
Available methods include: constructor.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: encoding, fileFormat, fileName, fileSystem, lookupPaths.
Description
IOConfig is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 5 properties for programmatic use.
Core capabilities include: fileformat \; string ; `filesystem . These operations enable developers to integrate ioconfig functionality directly into TypeScript applications.
The class also provides the fileFormat property (gets the file format).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fileFormat | FileFormat | null | Read | Gets the file format. |
encoding | string | null | Read/Write | Gets the encoding. |
fileSystem | FileSystem | null | Read/Write | Gets the file system. |
lookupPaths | string[] | Read/Write | Gets the lookup paths. |
fileName | string | null | Read/Write | Gets the file name. |
Methods
| Signature | Description |
|---|---|
constructor() |