IOService

Overview

IOService is a class in Aspose.3D FOSS for .NET.

Centralized service for managing file format registration and detection

Methods

SignatureDescription
DetectFormat(stream: Stream, fileName: string?)Detects file format from data stream and optional file name
GetFormatByFileName(fileName: string)Gets file format by file name

See Also