ALZ到TAR.LZMA (TLZMA)转换器

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

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

如何转换ALZ到TAR.LZMA

1

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

2

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

3

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

关于格式

ALZ 是由韩国软件公司 ESTsoft 创建的专有归档格式,作为其 1999 年首次发布的 ALZip 压缩工具的原生格式。该格式的设计旨在解决韩国市场的特定需求:在电子邮件附件大小限制和网速缓慢的条件下,将大型归档分割成多个卷进行分发。ALZ 归档支持文件压缩、可配置分段大小的多卷分割,以及带目录结构的基本文件组织功能。该格式在韩国被广泛采用,ALZip 凭借对个人用户免费以及韩语本地化界面,成为最受欢迎的压缩工具之一。在其鼎盛时期,ALZip 安装在韩国大多数个人电脑上,使 ALZ 成为国内文件共享的常用交换格式。ALZ 的一大优势是可靠的多卷处理 — 该格式专门为跨卷边界的归档分割与重组而设计,这一功能是其核心设计要素,而非事后添加的附属功能。该格式与 ALZip 的紧密集成为压缩和解压任务提供了流畅的用户体验。虽然 ALZ 在韩国以外的地区采用有限(因 ZIP 和 RAR 等通用格式已广泛使用),但在来自韩国的文件中仍时有出现,可使用 ALZip、7-Zip 及其他兼容工具进行解压。
开发者: ESTsoft
首次发布: 1999
TAR.LZMA is a compound archive format combining TAR archiving with the LZMA (Lempel-Ziv-Markov chain Algorithm) compression method developed by Igor Pavlov for the 7-Zip project around 1998. The TAR layer concatenates files with Unix metadata into a single stream, and the LZMA algorithm compresses it using a sophisticated combination of LZ77 dictionary matching with large dictionaries (up to 4 GB), Markov chain-based probability modeling, and range coding. LZMA was the predecessor to the LZMA2 algorithm used in XZ and 7Z formats. Compression ratios significantly exceed gzip and are comparable to bzip2 while offering substantially faster decompression. One advantage is the high compression ratio with fast extraction — LZMA decompresses at speeds close to gzip while achieving compression densities near bzip2 or better, making it efficient for distribution archives that are compressed once and extracted many times. The format is supported by tar's --lzma flag and by 7-Zip across all platforms. While TAR.LZMA has been largely succeeded by TAR.XZ (which uses LZMA2 in a more robust container with integrity checks), existing TAR.LZMA archives remain encountered in software distributions and backup systems that adopted the format before XZ became widely available.
开发者: Igor Pavlov
首次发布: 1998