Module bpx::header[][src]

Expand description

Declarations for basic constants and low-level file headers

Structs

MainHeader

The BPX Main Header

SectionHeader

The BPX Section Header

Constants

FLAG_CHECK_CRC32

Section CRC32 checksum enable flag

FLAG_CHECK_WEAK

Section weak checksum enable flag

FLAG_COMPRESS_XZ

XZ section compression enable flag

FLAG_COMPRESS_ZLIB

ZLIB section compression enable flag

SECTION_TYPE_SD

The standard type for a BPX Structured Data section

SECTION_TYPE_STRING

The standard type for a BPX Strings section

SIZE_MAIN_HEADER

The size in bytes of the BPX Main Header

SIZE_SECTION_HEADER

The size in bytes of a BPX Section Header