B1 Format Features
- Unicode names for files and folders inside an archive.
- No restrictions for the size of both an archive and the files inside it.
- A single archive can be split into several volume files.
- Integrity checking with the Adler-32 algorithm.
- Data compression using the LZMA algorithm.
- Password-based archive encryption with the AES algorithm.
API features
- On-the-fly archive creation without reading from or writing to a file system.
- Producing only a byte range of an archive, e.g. for resuming downloads.
- Streaming archive content without prior knowledge of all the files being packaged.