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
| Value | Description |
|---|---|
BINARY | Represents a binary file content type |
ASCII | Represents an ASCII (text) file content type |