BZIP2 - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


BZIP2 (.bz2) File Format

BZIP2 file format

 

Description

Notes

Examples

Description

• 

BZIP2 is a format for data compression which uses the Burrows-Wheeler compression algorithm.

• 

The Import command can encode and decode data in this format, and the ArrayTools[Compress] and ArrayTools[Uncompress] commands also support it.

Notes

• 

Content-Type: application/zip

Examples

Read the contents of a compressed file.

(1)

(2)

(3)

See Also

FileTools[Compressed]

Formats

 


Download Help Document