LHA
From Just Solve the File Format Problem
(Difference between revisions)
(Added Kaitai Struct link) |
(→Format documentation) |
||
Line 12: | Line 12: | ||
== Format documentation == | == Format documentation == | ||
− | * [http://homepage1.nifty.com/dangan/en/Content/Program/Java/jLHA/Notes/Notes.html | + | * [http://dangan.g.dgdg.jp/ jLHA software]: LHA Notes |
+ | ** [http://dangan.g.dgdg.jp/Content/Program/Java/jLHA/Notes/Notes.html Japanese] | ||
+ | ** [https://web.archive.org/web/20120211104049/http://homepage1.nifty.com/dangan/en/Content/Program/Java/jLHA/Notes/Notes.html English (translation?)] (from archive.org) | ||
* [http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT Archive format info] | * [http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT Archive format info] | ||
* [http://www.textfiles.com/programming/FORMATS/arc_fmts.txt LZH file header format (among other archive types)] | * [http://www.textfiles.com/programming/FORMATS/arc_fmts.txt LZH file header format (among other archive types)] |
Revision as of 16:19, 9 July 2017
LHA is an archiving program and file format created by Haruyasu Yoshizaki in 1988. It was originally called LHArc, then was briefly LH before settling on LHA. In the 1990s it was the most popular archiving format on the Amiga platform, and also got some use on the PC platform including in the installers for id Software games such as Doom and Quake, because ZIP compression was inferior until the release of PKZIP 2.0, which brought the formats to parity. At present, it is mostly used in Japan.
The file format is also known as LZH.
Format documentation
- jLHA software: LHA Notes
- Japanese
- English (translation?) (from archive.org)
- Archive format info
- LZH file header format (among other archive types)