ALZ到TAR.LZ (TLZ)转换器

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

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

如何转换ALZ到TAR.LZ

1

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

2

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

3

让文件进行转换随后你可以下载你的tar.lz文件

关于格式

ALZ 是由韩国软件公司 ESTsoft 创建的专有归档格式,作为其 1999 年首次发布的 ALZip 压缩工具的原生格式。该格式的设计旨在解决韩国市场的特定需求:在电子邮件附件大小限制和网速缓慢的条件下,将大型归档分割成多个卷进行分发。ALZ 归档支持文件压缩、可配置分段大小的多卷分割,以及带目录结构的基本文件组织功能。该格式在韩国被广泛采用,ALZip 凭借对个人用户免费以及韩语本地化界面,成为最受欢迎的压缩工具之一。在其鼎盛时期,ALZip 安装在韩国大多数个人电脑上,使 ALZ 成为国内文件共享的常用交换格式。ALZ 的一大优势是可靠的多卷处理 — 该格式专门为跨卷边界的归档分割与重组而设计,这一功能是其核心设计要素,而非事后添加的附属功能。该格式与 ALZip 的紧密集成为压缩和解压任务提供了流畅的用户体验。虽然 ALZ 在韩国以外的地区采用有限(因 ZIP 和 RAR 等通用格式已广泛使用),但在来自韩国的文件中仍时有出现,可使用 ALZip、7-Zip 及其他兼容工具进行解压。
开发者: ESTsoft
首次发布: 1999
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