BGA Archive
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|bza}}, {{ext|gza}} |released=≤2005 }} '''BGA Archive''' is a family of compressed archive formats. It...") |
(Added QuickZip) |
||
Line 22: | Line 22: | ||
== Software == | == Software == | ||
* [https://www.izarc.org/ IZArc] (read/write) | * [https://www.izarc.org/ IZArc] (read/write) | ||
+ | * [https://web.archive.org/web/20130228190316/http://www.quickzip.org/quickzip51.msi QuickZip 5.1] (archived) |
Revision as of 22:12, 11 February 2024
BGA Archive is a family of compressed archive formats. It seems to be a kind of container format used to turn a single-file compression format into a multi-file format.
There are two known members of the BGA family:
The origin of BGA is undetermined, but it might be native to IZArc. The IZArc change log says that BGA format was added in version 3.2.
Identification
BZA files have bytes 42 5a 32 00
("BZ2
"...) at offset 4.
GZA files have bytes 47 5a 49 50
("GZIP
") at offset 4.
Better identification might be possible. More research needed.
Software
- IZArc (read/write)
- QuickZip 5.1 (archived)