#include <df_types.h>

Definition at line 483 of file df_types.h.
Public Attributes | |
| UInt64_t | idFile |
| UInt32_t | reserved1 [1] |
| UInt32_t | streamType |
| ivd_VarData_t | streamName |
| UInt64_t | chunkOffset |
| Absolute offset in a file (for file chunks). | |
| UInt64_t | streamOffset |
| Absolute offset of embedded data in the stream. | |
| ivd_VarData_t | data |
| data.Offset of the data from the beginning of the record. | |
| UInt32_t | reserved2 [4] |
Definition at line 488 of file df_types.h.
Definition at line 489 of file df_types.h.
Referenced by df_FRI::BlockWritten(), df_BlockScanner::GetNextRecord(), ParseEmbData(), and df_RecReader::Unpack().
Absolute offset in a file (for file chunks).
Definition at line 494 of file df_types.h.
Referenced by ParseEmbData().
Absolute offset of embedded data in the stream.
Definition at line 497 of file df_types.h.
Referenced by ParseEmbData().
data.Offset of the data from the beginning of the record.
Used for allignment. data.Size of the embedded data
Definition at line 503 of file df_types.h.
Referenced by df_FRI::BlockWritten(), DumpEmbData(), df_Unpacker::GetBSData(), df_BlockScanner::GetNextRecord(), ParseEmbData(), hsm_Recall::ProcRecEmbData(), hsm_IVDFSRecoverer::ProcRecEmbData(), df_SplitInfoUnpacker::ProcRecEmbData(), df_FRIDistiller::ProcRecEmbData(), df_Filter::ProcRecEmbData(), and df_RecReader::Unpack().
Definition at line 505 of file df_types.h.
1.5.6