Package | Description |
---|---|
org.cakelab.blender.io |
Modifier and Type | Method and Description |
---|---|
static FileHeader.Endianess |
FileHeader.Endianess.decode(int code) |
static FileHeader.Endianess |
FileHeader.Endianess.from(java.nio.ByteOrder byteOrder) |
static FileHeader.Endianess |
FileHeader.Endianess.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileHeader.Endianess[] |
FileHeader.Endianess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|