FileFormatExtensions

Inheritance: java.lang.Object

public final class FileFormatExtensions

Contains FileFormat extension methods.

Methods

MethodDescription
isSingleFormatDefined(long fileFormat)Determines whether single file format is defined.

isSingleFormatDefined(long fileFormat)

public static boolean isSingleFormatDefined(long fileFormat)

Determines whether single file format is defined.

Parameters:

ParameterTypeDescription
fileFormatlongThe file format to check.

Returns: boolean - True if single file format is defined; otherwise, false.