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