📄 type_gcompress.html
字号:
<html><head><title>Generated Documentation</title></head><body> <image src="headerimage.png"> <br><br><table><tr><td><big><big><big style="font-family: arial;"><b>GCompress</b></big></big></big><br><br></td><td> This is supposed to be a compression utility, but it doesn't really work</td></tr></table><br><br><big><big><i>Statics (public)</i></big></big><br><div style="margin-left: 40px;">char* <big><b>Compress</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br><div style="margin-left: 80px;"><font color=brown> Note that the buffer this returns will be as big as the original one, so if you plan keep it around in memory you should reallocate it. You must delete the buffer it returns.</font></div><br>char* <big><b>Decompress</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br><div style="margin-left: 80px;"><font color=brown> You must delete the buffer this returns. Returns NULL on failure.</font></div><br></div><br><big><big><i>Statics (non-public)</i></big></big><br><div style="margin-left: 40px;">char* <big><b>CompressBlock</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br>int <big><b>CompressPass</b></big>(const unsigned char* pIn, unsigned char* pOut, int nSize, int nBlobSize)<br>char* <big><b>DecompressBlock</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br>int <big><b>DecompressPass</b></big>(const unsigned char* pIn, unsigned char* pOut, int nInSize, int nFinalSize)<br></div><br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -