Uses of Class
org.cakelab.blender.io.Encoding
-
Packages that use Encoding Package Description org.cakelab.blender.io org.cakelab.blender.io.block org.cakelab.blender.io.util org.cakelab.blender.nio -
-
Uses of Encoding in org.cakelab.blender.io
Fields in org.cakelab.blender.io declared as Encoding Modifier and Type Field Description static Encoding
Encoding. BIG_ENDIAN_32BIT
static Encoding
Encoding. BIG_ENDIAN_64BIT
static Encoding
Encoding. JAVA_NATIVE
static Encoding
Encoding. LITTLE_ENDIAN_32BIT
static Encoding
Encoding. LITTLE_ENDIAN_64BIT
Methods in org.cakelab.blender.io that return Encoding Modifier and Type Method Description static Encoding
Encoding. get(java.nio.ByteOrder byteOrder, int addressWidth)
Encoding
BlenderFile. getEncoding()
static Encoding
Encoding. nativeEncoding()
Determines the encoding used by the current system.Constructors in org.cakelab.blender.io with parameters of type Encoding Constructor Description BlenderFile(java.io.File file, StructDNA sdna, int blenderVersion, Encoding encoding, java.lang.String[] offheapAreas)
-
Uses of Encoding in org.cakelab.blender.io.block
Methods in org.cakelab.blender.io.block that return Encoding Modifier and Type Method Description Encoding
BlockTable. getEncoding()
Constructors in org.cakelab.blender.io.block with parameters of type Encoding Constructor Description BlockTable(Encoding encoding)
Instantiates a new block table with the given encoding.BlockTable(Encoding encoding, java.util.List<Block> blocks, int[] offheapStructs)
Instantiates a new block table with the given encoding and initialises it with the blocks of the given list. -
Uses of Encoding in org.cakelab.blender.io.util
Methods in org.cakelab.blender.io.util with parameters of type Encoding Modifier and Type Method Description static CDataReadWriteAccess
CDataReadWriteAccess. create(byte[] data, long baseAddress, Encoding encoding)
static CDataReadWriteAccess
CDataReadWriteAccess. create(java.io.RandomAccessFile in, Encoding encoding)
-
Uses of Encoding in org.cakelab.blender.nio
Methods in org.cakelab.blender.nio with parameters of type Encoding Modifier and Type Method Description static long
CArrayFacade. __io__sizeof(java.lang.Class<?> elementaryType, int[] dimensions, Encoding encoding)
Calculates the total size of an array based on the given parameters.
-