FormatDetector
Overview
FormatDetector is a class in Aspose.3D FOSS for TypeScript.
This class declares 2 methods for FormatDetector objects in TypeScript programs.
Available methods include: constructor, detect.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
constructor() | Calls constructor on this FormatDetector instance. |
detect(stream: any, fileName: string) → FileFormat | null | Calls detect(stream, fileName) on this FormatDetector instance. |