TAR.LZ (TLZ)到LHA转换器

在线免费转换您的tar.lz文件为lha文件

放置文件在这里. 1 GB 最大文件大小 或者 注册
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

如何转换TAR.LZ到LHA

1

从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.

2

选择lha或任何其他你需要的格式作为结果(支持超过200种格式)

3

让文件进行转换随后你可以下载你的lha文件

关于格式

TAR.LZ is a compound archive format combining TAR) archiving with lzip compression, a format created by Antonio Diaz Diaz and first released in 2009. The TAR layer bundles files with full Unix metadata into a single stream, and lzip applies LZMA compression with a robust container that includes per-member CRC-32 integrity checking and clean member boundaries. Lzip was designed with long-term archival in mind — it produces a simple, well-documented format with strong error recovery properties: if part of a TAR.LZ file is corrupted, undamaged members can still be extracted, unlike monolithic compressed streams where corruption propagates. The compression ratios are essentially identical to LZMA/XZ since lzip uses the same LZMA algorithm. One advantage is archival resilience — the member-based structure means a multi-part archive can survive partial corruption without losing all data, critical for long-term storage. The clean, minimal format design is another strength: lzip has a simple specification that independent implementations can follow precisely, reducing the risk of compatibility issues over decades of archival. TAR.LZ is used by the GNU Project for distributing source releases and is supported by GNU tar with the --lzip flag, as well as by plzip for parallel compression on multi-core systems.
开发者: Antonio Diaz Diaz
首次发布: 三月 2009
LHA(原名 LHarc)是由吉崎荣泰(网名 Yoshi)于 1988 年 5 月创建的压缩归档格式,结合了 Lempel-Ziv) 滑动窗口压缩和霍夫曼编码,实现高效的数据压缩。该格式在日本获得了极高的普及度,在 1980 年代末至 1990 年代,LHA 几乎成为日本的标准压缩格式 — 从商业软件到 BBS 文件共享,几乎所有日本软件分发都依赖 LHA 归档。该格式以逐条目头部信息存储文件,包含文件名、时间戳、操作系统特定属性和 CRC-16 校验和,使用以双字符代码标识的多种压缩方法(lh0 到 lh7,其中 lh5 是最常用的通用算法)。LHA 的压缩算法对格式本身之外也产生了深远影响:lh5 方法将 LZSS 与静态霍夫曼编码相结合的思路,被后来 ZIP、gzip 和 PNG 中使用的 Deflate 算法所采纳。LHA 的一大优势在于其历史性的高效能 — 在当时相对缓慢的处理器上,LHA 以适中的 CPU 消耗提供了出色的压缩率。该格式对日本计算领域的深远文化影响是另一个值得关注的方面:LHA 以免费形式分发,促进了其在日本软件生态系统中的普及。虽然现代格式已在新归档方面取代了 LHA,但在访问日本软件档案和复古计算收藏时仍有用武之地,7-Zip 等当代工具均支持解压。
开发者: Haruyasu Yoshizaki
首次发布: 五月 1988