bzread() reads from the given bzip2 file pointer.
Reading stops when length (uncompressed) bytes have
been read or EOF is reached, whichever comes first.
bzThe file pointer. It must be valid and must point to a file successfully opened by bzopen().
lengthIf not specified, bzread() will read 1024 (uncompressed) bytes at a time.