Lempel–Ziv–Stac

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
 
Line 3: Line 3:
 
|subcat=Compression
 
|subcat=Compression
 
}}
 
}}
'''Lempel–Ziv–Stac''' ('''LZS''') is a data compression algorithm and compressed data format. It is essentially a fairly simple form [[LZ77 with Huffman coding]], though its exact classification is debatable.
+
'''Lempel–Ziv–Stac''' ('''LZS''') is a data compression algorithm and compressed data format. It is essentially a fairly simple form of [[LZ77 with Huffman coding]], though its exact classification is debatable.
  
 
It is used by [[Stacker]] disk compression, and can be used in some networking protocols, including [[PPP]] and [[TLS]].
 
It is used by [[Stacker]] disk compression, and can be used in some networking protocols, including [[PPP]] and [[TLS]].

Latest revision as of 19:55, 10 February 2023

File Format
Name Lempel–Ziv–Stac
Ontology

Lempel–Ziv–Stac (LZS) is a data compression algorithm and compressed data format. It is essentially a fairly simple form of LZ77 with Huffman coding, though its exact classification is debatable.

It is used by Stacker disk compression, and can be used in some networking protocols, including PPP and TLS.

[edit] Format details

The low-level format compresses any number of bytes into a compressed "block". Formats based on LZS may differ as to whether multiple blocks are allowed, and whether anything happens between blocks.

[edit] Related articles

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox