IImporter

Overview

IImporter is a interface in Aspose.3D FOSS for Java.

IImporter.canImport determines whether the given FileFormat is supported for import.

This interface provides 2 methods for working with IImporter objects in Java programs. Available methods include: canImport, load. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

IImporter is an interface in Aspose.3D FOSS for Java that defines a contract with 2 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Methods

SignatureDescription
canImport(format: FileFormat)booleanDetermines whether the given FileFormat is supported for import
load(stream: Stream, options: LoadOptions)Scene

See Also