ChiefLZ

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|lza}}, {{ext|lzz}} |released=1996 }} '''ChiefLZ''' is a Pascal data compression library, and its as...")
 
m
Line 16: Line 16:
 
There are two file formats: one for single-file compression (we'll call it '''.LZZ'''), and one for compressed archives ('''.LZA'''). The sample program originally used the .LZZ file extension for both formats, but later software switched to .LZA for the archive format.
 
There are two file formats: one for single-file compression (we'll call it '''.LZZ'''), and one for compressed archives ('''.LZA'''). The sample program originally used the .LZZ file extension for both formats, but later software switched to .LZA for the archive format.
  
There are at least two incompatible versions the formats (v1 and v2).
+
There are at least two incompatible versions of the formats (v1 and v2).
  
 
== Identification ==
 
== Identification ==

Revision as of 17:10, 28 September 2020

File Format
Name ChiefLZ
Ontology
Extension(s) .lza, .lzz
Released 1996

ChiefLZ is a Pascal data compression library, and its associated file formats. It was originally developed by Dr. Abimbola Olowofoyeku (a.k.a. The African Chief) and Chris Rankin. Later development was solely by Olowofoyeku.

Contents

Discussion

Two compression schemes are supported: LZSS, and LZ77+Huffman.

The software includes a sample program ("LZ") for managing compressed files and archives.

LZA, a full-featured application using the formats, was released in 1999. LZA is closed source, and includes binaries for DOS and Windows. LZA also goes by longer names such as "Chief's LZSS Archiver".

There are two file formats: one for single-file compression (we'll call it .LZZ), and one for compressed archives (.LZA). The sample program originally used the .LZZ file extension for both formats, but later software switched to .LZA for the archive format.

There are at least two incompatible versions of the formats (v1 and v2).

Identification

.LZA v2: Files begin with a 13-byte signature: 0c 04 0d 43 68 66 4c 5a 5f 32 05 06 04. The signature contains ASCII "ChfLZ_2".

.LZA v1: Unconfirmed, but files probably begin with this 11-byte signature: 0a 04 0d 43 68 66 4c 5a 05 06 08.

.LZZ v2: Files begin with a 9-byte signature: 08 61 43 68 69 65 66 4d 23. The signature contains ASCII "aChiefM#".

.LZZ v1: Undetermined. The v2 signature probably appears in the file, but not at the very beginning of it.

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox