示例#1
0
 //Bzip压缩文件
 private bool BzipCompress()
 {
     return(Compress.BzipCompressFile(binaryLogDataSavePath, bzipCompressFileSavePath));
 }