2.2.4.2 FileNodeChunkReference
A FileNodeChunkReference structure is a file chunk reference (section 2.2.4) that specifies the location in the file and the size of data referenced by a FileNode structure (section 2.4.3). The size of the file chunk reference (section 2.2.4) is specified by the FileNode.StpFormat and FileNode.CbFormat fields of the FileNode structure that contains the FileNodeChunkReference structure. The meaning of the referenced data is specified by the FileNode structure that contains the FileNodeChunkReference structure.
This structure has the following format.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
stp (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
cb (variable) |
|||||||||||||||||||||||||||||||
... |
stp (variable): An unsigned integer that specifies the location of the referenced data in the file. The size and meaning of the stp field is specified by the value of the FileNode.StpFormat field.
cb (variable): An unsigned integer that specifies the size, in bytes, of the data. The size and meaning of the cb field is specified by the value of FileNode.CbFormat field.