Expand description
Top-level BLTE stream decoder (magic validation, chunk table, block iteration). Top-level BLTE stream decoder.
Validates the "BLTE" magic, parses the chunk table (if present), and
iterates over each block - delegating to the compression
module for per-block decompression and decryption. Supports both single-block
(header size = 0) and multi-block layouts.
Functionsยง
- decode_
blte - Decode a BLTE-encoded payload into raw file content.
- decode_
blte_ with_ keys - Decode a BLTE-encoded payload with optional encryption support.