#include <df_types.h>

Definition at line 448 of file df_types.h.
Public Attributes | |
| UInt64_t | idFile |
| UInt32_t | status |
| UInt32_t | streamType |
| ivd_VarData_t | streamName |
| UInt64_t | chunkOffset |
| Absolute offset in a file (for file chunks). | |
| UInt64_t | streamSize |
| Total size of this stream. | |
| UInt64_t | allStreamSize |
| Total size of ALL streams of this file up to this record (including current stream). | |
| UInt32_t | reserved1 [4] |
Definition at line 450 of file df_types.h.
Referenced by DumpBSEnd(), ParseBSEnd(), df_FRIDistiller::ProcRecBSEnd(), df_Filter::ProcRecBSEnd(), and df_Packer::WriteRecBSEndRaw().
Definition at line 452 of file df_types.h.
Referenced by df_FRI::BlockWritten(), DumpBSEnd(), ParseBSEnd(), df_SplitInfoUnpacker::ProcRecBSEnd(), df_FRIDistiller::ProcRecBSEnd(), df_Unpacker::ReadRecBSEnd(), and df_Packer::WriteRecBSEndRaw().
Definition at line 453 of file df_types.h.
Referenced by df_FRI::BlockWritten(), df_BlockScanner::GetNextRecord(), ParseBSEnd(), df_RecReader::Unpack(), and df_Packer::WriteRecBSEndRaw().
Definition at line 455 of file df_types.h.
Referenced by ParseBSEnd(), hsm_IVDFSRecoverer::ProcRecBSEnd(), and df_Packer::WriteRecBSEndRaw().
Absolute offset in a file (for file chunks).
Definition at line 458 of file df_types.h.
Referenced by ParseBSEnd().
Total size of this stream.
Definition at line 461 of file df_types.h.
Referenced by ParseBSEnd(), df_RecReader::Unpack(), and df_Packer::WriteRecBSEndRaw().
Total size of ALL streams of this file up to this record (including current stream).
Used for generation of SplitInfo records that require absolute values for offset & size of all file's streams.
Definition at line 469 of file df_types.h.
Referenced by ParseBSEnd(), df_FRIDistiller::ProcRecBSEnd(), df_Filter::ProcRecBSEnd(), and df_Packer::WriteRecBSEndRaw().
Definition at line 471 of file df_types.h.
1.5.6