| gzip_data_size | 圧縮された(これから解凍したい)データのサイズ(バイト数)。 The size of the compressed data in bytes. |
| uncompressed_data_size | 解凍後のデータのサイズ(バイト数)。 The size of the uncompressed data in bytes. |
| gzip_data | 圧縮された(これから解凍したい)データ。 The compressed data (i.e., the data the user wants to uncompress). |