- Factory - Class in org.cakelab.jdoxml
-
- Factory() - Constructor for class org.cakelab.jdoxml.Factory
-
- FactoryClassGenerator - Class in org.cakelab.blender.generator
-
- FactoryClassGenerator(ModelGenerator, GPackage, GPackage, DocumentationProvider) - Constructor for class org.cakelab.blender.generator.FactoryClassGenerator
-
- fallBackHandler() - Method in class org.cakelab.jdoxml.impl.basehandler.BaseHandler
-
- fatalError(SAXParseException) - Method in class org.cakelab.jdoxml.impl.mainhandler.ErrorHandler
-
- Field() - Constructor for class org.cakelab.blender.io.dna.internal.StructDNA.Struct.Field
-
- fields - Variable in class org.cakelab.blender.generator.utils.ClassGenerator
-
- fields - Variable in class org.cakelab.blender.io.dna.internal.StructDNA.Struct
-
Fields (member) of the structure (class).
- fields_len - Variable in class org.cakelab.blender.io.dna.internal.StructDNA.Struct
-
Number of fields in this structure
- FieldVisitor - Class in org.cakelab.blender.generator.utils
-
- FieldVisitor(ClassGenerator, int) - Constructor for class org.cakelab.blender.generator.utils.FieldVisitor
-
- FileHeader - Class in org.cakelab.blender.io
-
The first 12 bytes of every blend-file is the file-header.
- FileHeader() - Constructor for class org.cakelab.blender.io.FileHeader
-
- FileHeader.Endianess - Enum in org.cakelab.blender.io
-
- FileHeader.PointerSize - Enum in org.cakelab.blender.io
-
- FileHeader.Version - Class in org.cakelab.blender.io
-
- FileVersionInfo - Class in org.cakelab.blender.io
-
This class reads the version specifiers from struct FileGlobal
which is stored in block "GLOB".
- FileVersionInfo() - Constructor for class org.cakelab.blender.io.FileVersionInfo
-
- find(long) - Method in class org.cakelab.blender.io.block.alloc.ChunkList
-
- find(String) - Method in class org.cakelab.jdoxml.impl.basehandler.Dict
-
- findBlock(long) - Method in class org.cakelab.blender.io.block.BlockTable
-
Returns the block, which is associated with the given start address.
- findMethod(Class<?>, String, Class<?>[]) - Static method in class org.cakelab.json.codec.ReflectionHelper
-
- firstBlockOffset - Variable in class org.cakelab.blender.io.BlenderFile
-
- flush(CDataReadWriteAccess) - Method in class org.cakelab.blender.io.block.Block
-
- format - Variable in class org.cakelab.json.codec.JSONCodecConfiguration
-
defines the default format used to render JSON strings.
- FormulaHandler - Class in org.cakelab.jdoxml.impl.dochandler
-
Node representing a formula.
- FormulaHandler(IBaseHandler) - Constructor for class org.cakelab.jdoxml.impl.dochandler.FormulaHandler
-
- free(long, long) - Method in class org.cakelab.blender.io.block.alloc.Allocator
-
free the given size of memory at the given address
- free(Block) - Method in class org.cakelab.blender.io.block.BlockTable
-
This method removes the given block from the block list, and releases
its allocated memory region (to be available for allocation again).
- from(ByteOrder) - Static method in enum org.cakelab.blender.io.FileHeader.Endianess
-
- from(int) - Static method in enum org.cakelab.blender.io.FileHeader.PointerSize
-
- fromArray(T[]) - Method in class org.cakelab.blender.nio.CArrayFacade
-
Copyies all elements of the given array to this array.
- fromArray(byte[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromArray(byte[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromArray(short[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromArray(short[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromArray(int[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromArray(int[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromArray(long[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromArray(long[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromArray(float[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromArray(float[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromArray(double[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromArray(double[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromByteArray(byte[]) - Method in class org.cakelab.blender.nio.CArrayFacade
-
Copies all values of the given Java array to this array.
- fromInt64Array(long[], int, int) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies 'len' elements from from the given 'data' array starting at index 'off'
to the memory referenced by this pointer.
- fromInt64Array(long[]) - Method in class org.cakelab.blender.nio.CPointer
-
Copyies all elements from from the given 'data' array
to the memory referenced by this pointer.
- fromString(String) - Method in class org.cakelab.blender.nio.CArrayFacade
-
Fills the underlying buffer with a null-terminated string
from the given string using the default charset (see Charset.defaultCharset()
).
- fromString(String, boolean) - Method in class org.cakelab.blender.nio.CArrayFacade
-
Fills the underlying buffer with the bytes of the given string str using the default charset (see Charset.defaultCharset()
).
- fromString(String, Charset, boolean) - Method in class org.cakelab.blender.nio.CArrayFacade
-
Fills the underlying buffer with the bytes of the given string str using the given charset (see Charset
).