Home | History | Annotate | Download | only in library

Lines Matching full:compressed

22   writing compressed files.
36 Open a bzip2-compressed file in binary or text mode, returning a :term:`file
70 Open a bzip2-compressed file in binary mode.
74 be used to read or write the compressed data.
91 compressed streams.
152 Provide data to the compressor object. Returns a chunk of compressed data
161 Finish the compression process. Returns the compressed data left in
175 compressed streams, unlike :func:`decompress` and :class:`BZ2File`. If
215 Data found after the end of the compressed stream.
245 If *data* is the concatenation of multiple compressed streams, decompress