明理黄豆

文章
2
资源
0
加入时间
2年10月21天

GSoap启用gzip压缩源码解析

一、相关结构typedef struct z_stream_s { z_const Bytef *next_in; /* 待压缩数据 */ uInt avail_in; /* 待压缩数据大小 */ uLong total_in; /* 到目前为止,所有压缩过的数据的原始大小 */ Bytef *next