TAR.LZ (TLZ)到ARJ转换器

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

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

如何转换TAR.LZ到ARJ

1

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

2

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

3

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

关于格式

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
ARJ(Archived by Robert Jung)是由 Robert K. Jung 于 1991 年为 MS-DOS 创建的压缩归档格式,在 1990 年代初成为最流行的压缩工具之一。该格式使用基于 LZ77 滑动窗口技术结合霍夫曼编码的专有压缩算法,提供的压缩率可与同时代的其他 DOS 压缩工具匹敌甚至超越。ARJ 归档支持跨软盘的多卷分割,这在软件分发通常意味着需要装运多张 1.44 MB 软盘的时代是一项关键功能。该格式还提供密码保护、文件属性和时间戳保留、通过 CRC-32 校验和验证归档完整性,以及创建自解压可执行文件的功能。ARJ 在电子公告板系统和企业环境中被广泛采用,其压缩率、速度和功能集之间的良好平衡备受青睐。ARJ 的一大优势是出色的多卷支持 — 在处理跨软盘分割方面比许多竞争对手更为可靠,使其成为通过物理介质分发软件的首选。自解压归档功能是另一项实用优势,接收者无需安装 ARJ 工具即可解压文件。虽然随着基于互联网的分发取代软盘,ZIP、RAR 和 7Z 的兴起使 ARJ 的使用急剧减少,但 7-Zip 等现代压缩工具仍支持提取旧版 ARJ 归档。
开发者: Robert Jung
首次发布: 1991