Home | History | Annotate | Download | only in examples

Lines Matching full:compressed

56 another.  That would corrupt binary data, and in particular would render the compressed data unusable.
164 up the compressed stream. If we are not yet at the end of the input, then the <em>zlib</em>
213 compressed data, and proceed to consume more input before the next burst. Eventually,
218 <tt>deflate()</tt> will begin to complete the compressed output stream. However depending on how
220 has provided the complete compressed stream, even after it has consumed all of the input. The flush
226 compressed data. You can also ask that <tt>deflate()</tt> do that as well as erase any history up to
363 that it has reached the end of the compressed data and has produced all of the uncompressed
365 If end-of-file is reached before the compressed data self-terminates, then the compressed
373 compressed data is incomplete. Note that we may read more data than is eventually consumed
403 indicates that <tt>inflate()</tt> detected an error in the <em>zlib</em> compressed data format,
405 corrupted somewhere along the way since it was compressed. The other error to be processed is