IOService — Aspose.3D FOSS TypeScript API Reference
IOService — IOService class in the Aspose.3D FOSS TypeScript API..
Package: aspose.threed
Methods
| Method | Returns | Description |
|---|---|---|
instance() | IOService | |
registerExporter(exporter: Exporter) | void | |
registerImporter(importer: Importer) | void | |
registerDetector(detector: FormatDetector) | void | |
registerPlugin(plugin: Plugin) | void | |
detectFormat(stream: any, fileName: string) | `FileFormat | null` |
createExporter(formatType: FileFormat) | Exporter | |
createImporter(formatType: FileFormat) | Importer | |
getPluginForFormat(fileFormat: FileFormat) | `Plugin | null` |
getPluginForExtension(extension: string) | `Plugin | null` |
getAllPlugins() | Plugin[] |