PureBasic - Packer

Overview

The packer library provides an efficient set of functions to compress and uncompress data and manage archives. Several packer formats are supported from Zip to Lzma.

Command Index

AddPackFile
AddPackMemory
ClosePack
CompressMemory
CreatePack
ExaminePack
NextPackEntry
OpenPack
PackEntryName
PackEntrySize
PackEntryType
UncompressMemory
UncompressPackFile
UncompressPackMemory
UseBriefLZPacker
UseJcalg1Packer
UseLzmaPacker
UseTarPacker
UseZipPacker

Example

Packer.pb

Supported OS

All

Reference Manual - Index