Package com.io7m.calino.api
Class CLNIdentifiers
java.lang.Object
com.io7m.calino.api.CLNIdentifiers
The identifiers for standard sections.
-
Method Summary
Modifier and TypeMethodDescriptionstatic longnameOf(long identifier) Determine a humanly-readable name of an identifier.static longstatic longstatic longstatic longstatic longstatic long
-
Method Details
-
fileIdentifier
public static long fileIdentifier()- Returns:
- The identifier used to identify
calinofiles
-
sectionEndIdentifier
public static long sectionEndIdentifier()- Returns:
- The identifier used to identify
endsections
-
sectionImageInfoIdentifier
public static long sectionImageInfoIdentifier()- Returns:
- The identifier used to identify
image infosections
-
sectionImage2DIdentifier
public static long sectionImage2DIdentifier()- Returns:
- The identifier used to identify
image 2Dsections
-
sectionMetadataIdentifier
public static long sectionMetadataIdentifier()- Returns:
- The identifier used to identify
metadatasections
-
sectionImageArrayIdentifier
public static long sectionImageArrayIdentifier()- Returns:
- The identifier used to identify
image arraysections
-
sectionImageCubeIdentifier
public static long sectionImageCubeIdentifier()- Returns:
- The identifier used to identify
image cubesections
-
nameOf
Determine a humanly-readable name of an identifier.- Parameters:
identifier- The identifier- Returns:
- A humanly-readable name, if one is known
-