Maven module :un.storage : model3d-blend :
Class : un.storage.model3d.blend.model.BlendFileBlockHeader
Extends/Implements : un.api.CObject
Subclasses : -

author  Johann Sorel


Variables : code, size, oldMemoryAddress, SDNAIndex, count
Functions : toChars



char[4] Identifier of the file-block */
public Chars code


integer Total length of the data after the file-block-header */
public int size


void* Memory address the structure was located when written to disk, pointer-size (4/8) */
public long oldMemoryAddress


integer Index of the SDNA structure */
public int SDNAIndex


integer Number of structure located in this file-block */
public int count


public Chars toChars ()