IOService

Overview

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

Centralized service for managing file format registration and detection

This class provides 2 methods for working with IOService objects in .NET programs. Available methods include: DetectFormat, GetFormatByFileName. All exported members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.

Description

IOService is a class in the Aspose.3D FOSS library for .NET that exposes 2 methods and 0 properties for programmatic use.

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