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

author  Johann Sorel


Variables : header, fileOffset, rawdata, parsedData
Functions : BlendFileBlock, BlendFileBlock, read, parse, getRefList, getModifierList, toChars


public BlendFileBlockHeader header

public long fileOffset


Contains the raw byte datas of this file block, excluding the header.
public byte[] rawdata


Contains a transformed version of the raw data as a typed node.
The NodeType is dynamicly rebuild from the SDNA block definition.
public TypedNode parsedData


public void BlendFileBlock ()

public void BlendFileBlock (BlendFileBlock block)

public void read (BlendDataInputStream ds, Chars code)

public void parse (BlendFileHeader fileHeader, BlendSDNA dna)


Get a list of references.
param  propName
return
public Sequence getRefList (Chars propName)

public Sequence getModifierList (Chars propName)

public Chars toChars ()