📄 gztool.h
字号:
#ifndef AFX_GZTOOL_H__14B1B7E0_3A46_11D4_8D96_BA2DDC056038__INCLUDED_
#define AFX_GZTOOL_H__14B1B7E0_3A46_11D4_8D96_BA2DDC056038__INCLUDED_
#include "Tool.h"
class CGzTool : public CTool
{
//
// using
//
// zlib 1.1.3
// http://www.info-zip.org/pub/infozip/zlib/
// Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
//
// see "zlib/zlib.h"
//
public:
CGzTool() : CTool( "Gzip 揥奐" ){}
bool Check( const char* fname, unsigned long fsize );
bool Extract( const char* fname, const char* ddir );
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -