ADTF  3.18.4
tChunkRef

header for a chunk reference More...

Public Attributes

tUInt64 ui64TimeStamp
 timestamp of the chunk it refers to More...
 
tUInt32 ui32Size
 size of the chunk it refers to More...
 
tUInt16 ui16StreamId
 stream identifier of the chunk it refers to
 
tUInt16 ui16Flags
 key data / flags of the chunk it refers to see also IIndexFile::tChunkType
 
tUInt64 ui64ChunkOffset
 file offset position of the chunk it refers to (in byte)
 
tUInt64 ui64ChunkIndex
 number of chunk
 
tUInt64 ui64StreamIndex
 number of chunk within the stream it belongs to
 
tUInt32 ui32RefStreamTableIndex
 number of stream index table entry this master index entry belongs to
 

Detailed Description

header for a chunk reference

Member Data Documentation

◆ ui32Size

tUInt32 ui32Size

size of the chunk it refers to

Remarks
This value includes the size of the Chunk Data size AND the Chunk Header size!

Definition at line 183 of file indexedfile_types.h.

◆ ui64TimeStamp

tUInt64 ui64TimeStamp

timestamp of the chunk it refers to

See also
tTimestamp

Definition at line 179 of file indexedfile_types.h.