TAR.XZ (TXZ)到LHA转换器

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

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

如何转换TAR.XZ到LHA

1

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

2

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

3

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

关于格式

TAR.XZ is a compound archive format combining TAR) archiving with XZ compression, developed by the Tukaani Project and led by Lasse Collin since 2009. The TAR layer bundles files preserving Unix metadata, and XZ applies LZMA2 compression within a robust container featuring CRC-32 and CRC-64 integrity checks, padding support for media storage, and a stream/block structure enabling parallel decompression. LZMA2 improves on LZMA with better handling of incompressible data and multi-threaded compression support. TAR.XZ has become the preferred distribution format for many open-source projects — the Linux kernel, GNU core utilities, and numerous other packages ship their source tarballs as .tar.xz files. One advantage is the best compression-to-decompression-speed ratio among widely supported formats — XZ achieves compression ratios comparable to 7Z while decompressing faster than bzip2, an ideal combination for software distribution. The built-in integrity verification is another strength: unlike raw LZMA streams, the XZ container includes checksums that detect corruption before data reaches the application layer. GNU tar supports TAR.XZ natively via the -J flag, and xz-utils are packaged in every major Linux distribution. The format has effectively replaced TAR.GZ and TAR.BZ2 as the default for source code distribution in the open-source ecosystem.
首次发布: 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