関数名 Function name |
機能・用途 Purpose |
uncompress_gzip_data | 解凍後のデータサイズを指定せずにgzip形式で圧縮されたデータを解凍する。 Uncompress a data that was compressed in the gzip format, without specifying the uncompressed data size. |
uncompress_gzip_data_fixsize | 解凍後のデータサイズを指定してgzip形式で圧縮されたデータを解凍する。 Uncompress a data that was compressed in the gzip format, with specifying the uncompressed data size. |