Skip to main content Module zip Copy item path Source append_dpg_to_zip Append DPG (data-per-group) entries to a TRX zip archive, optionally overwriting existing entries. append_dps_to_zip Append DPS arrays to a TRX zip archive, optionally overwriting existing entries. append_dpv_to_zip Append DPV arrays to a TRX zip archive, optionally overwriting existing entries. append_groups_to_zip Append group membership arrays to a TRX zip archive, optionally overwriting existing entries. delete_dpg_from_zip Delete DPG entries for a specific group from a TRX zip archive. delete_dps_from_zip Delete named DPS arrays from a TRX zip archive. delete_dpv_from_zip Delete named DPV arrays from a TRX zip archive. delete_groups_from_zip Delete named groups (and their DPG entries) from a TRX zip archive. load_from_zip Load a TRX file from a .trx zip archive. save_to_zip Save a TrxFile<P> to a .trx zip archive. save_to_zip_with Save a TrxFile<P> to a .trx zip archive, applying groups_compression
to groups/ entries only. All other entries (header, positions, offsets,
dps, dpv, dpg) are always Stored.