EGG (file format)
This article is about the file compression and archiving format. For the distribution format for Python programs, see Python eggs.
Filename extension |
.egg |
---|---|
Type of format | Compressed archive |
The EGG file format is a compressed archive file format that supports for Unicode and intelligent compression algorithms. EGG format is created by ESTsoft and was first applied in their file compression software ALZip.
The filename extension used by EGG is .egg . If an EGG archive is split into multiple smaller files, those files use the .egg extension by placing .volX (X for sequence number starting from 1) ahead of it, i.e. .vol1.egg, .vol2.egg, .vol3.egg and so on.
Features
The EGG format supports the following features:
- Store file names in Unicode
- AES-256 encryption
- Support for solid compression option to decide the best compression method, that is, analyzes the files to be compressed then chooses whether to compress faster or to prioritize on compression ratio
- Unlimited number of splitting into smaller pieces of archives
According to the licensing policy from ESTsoft, the EGG package includes source from zlib, bzip2, and lzma.[1]
Software
- ALZip software can compress and extract the EGG file format.
- Bandizip software can extract the EGG file format.
References
- ↑ "EGG Format and module license" (in Korean). Retrieved 2013-01-01.
External links
- EGG Format Specification
- UnEGG source code for Linux
|
This article is issued from Wikipedia - version of the Wednesday, December 02, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.