FileContentType

FileContentType

Overview

FileContentType is a enum in Aspose.3D FOSS for Java.

FileContentType.BINARY represents a binary file content type.

This enumeration defines 2 values: BINARY, ASCII.

Description

FileContentType is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like FileContentType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
BINARYRepresents a binary file content type
ASCIIRepresents an ASCII (text) file content type

See Also