ZipInfo.flag_bits ZIP flag bits.
ZipInfo.CRC CRC-32 of the uncompressed file.
ZipInfo.internal_attr Internal attributes.
check The ID of the integrity check used by the input stream. This may be CHECK_UNKNOWN until enough of the input
exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing
ZipInfo.volume Volume number of file header.
bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given
lzma.decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None) Decompress data (a
peek(n) Read n uncompressed bytes without advancing the file position. At most one single read on the compressed stream
class bz2.BZ2Compressor(compresslevel=9) Create a new compressor object. This object may be used to compress data incrementally
Page 2 of 14