Uses of Class
org.cakelab.blender.io.FileHeader.Endianess
-
Packages that use FileHeader.Endianess Package Description org.cakelab.blender.io -
-
Uses of FileHeader.Endianess in org.cakelab.blender.io
Methods in org.cakelab.blender.io that return FileHeader.Endianess Modifier and Type Method 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.
-