Part of bzrlib
| Function | U32 | Return i as an unsigned integer, assuming it fits in 32 bits. |
| Function | LOWU32 | Return the low-order 32 bits of an int, as a non-negative int. |
| Function | bytes_to_gzip | Create a gzip file containing bytes and return its content. |
| Function | chunks_to_gzip | Create a gzip file containing chunks and return its content. |
| Class | GzipFile | Knit tuned version of GzipFile. |
If it's >= 2GB when viewed as a 32-bit unsigned int, return a long.
| Parameters | chunks | An iterable of strings. Each string can have arbitrary layout. |