Editing CXML Containers
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1,094: | Line 1,094: | ||
| 0x00000002 || '''Float''' || Composed of '''Value''' 4 bytes long | | 0x00000002 || '''Float''' || Composed of '''Value''' 4 bytes long | ||
|- | |- | ||
| 0x00000005 || ''' | | 0x00000005 || '''Unknown''' || Composed of '''Value0''' and '''Value1''' each 4 bytes long | ||
|- | |- | ||
| 0x00000006 || '''File''' || Composed of '''Offset''' and '''Size''' each 4 bytes long | | 0x00000006 || '''File''' || Composed of '''Offset''' and '''Size''' each 4 bytes long | ||
Line 1,104: | Line 1,104: | ||
|} | |} | ||
The Typ '''File''' is used to descripe two integer values, the Offset and Size for a File which will be readed from '''File Table'''. The Typ '''ID with ref''' is used to descripe the Offset of a Filename within the '''ID Table''' with the use of a 4 byte long reference, starting from the Offset given. The Second value from '''ID''' seems not to be used in Containers. So '''ID without ref''' is the same but it doesn't use an reference byte (aka. the Offset of Element). Similar to '''ID''', the '''Integer''' Typ only use one value the second one seems not to be used. '''Float | The Typ '''File''' is used to descripe two integer values, the Offset and Size for a File which will be readed from '''File Table'''. The Typ '''ID with ref''' is used to descripe the Offset of a Filename within the '''ID Table''' with the use of a 4 byte long reference, starting from the Offset given. The Second value from '''ID''' seems not to be used in Containers. So '''ID without ref''' is the same but it doesn't use an reference byte (aka. the Offset of Element). Similar to '''ID''', the '''Integer''' Typ only use one value the second one seems not to be used. '''Float is identical to '''Integer'''. | ||
* '''ID with ref''' (0x00000007) is using the entry Offset from the Element (to which the Attribute belongs) as reference byte to compare if it is using the correct Filename for the processing File. | * '''ID with ref''' (0x00000007) is using the entry Offset from the Element (to which the Attribute belongs) as reference byte to compare if it is using the correct Filename for the processing File. | ||
* '''ID without ref''' (0x00000008) doesn't. Or at least if it does it, it knows that the returned value will be a false one. | * '''ID without ref''' (0x00000008) doesn't. Or at least if it does it, it knows that the returned value will be a false one. |