compress.h マニュアル

(The documentation of compress.h)

Last update: 2021/11/30


compress.hでは データを圧縮・解凍する関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to compress and uncompress data are defined in compress.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
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.