# Functions
FindInZip 搜索zip内的文件并打开(精确匹配).
IsFileNotFoundError check is file not found error.
NewFileNotFoundError new a file not found error.
PackProblems 执行题目数据表打包操作.
PackProblemsAsZip 执行题目数据表打包操作(打包成zip版本).
ReadProblemGPGInfo 读取题目携带的GPG信息.
ReadProblemGPGInfoZip 读取题目携带的GPG信息(ZIP).
ReadProblemInfo 读取题目信息.
ReadProblemInfoZip 读取题目信息(ZIP) workDir只在需要解压的时候才会用到.
UnZip do unzip.
WalkZip walk in zip.
# Structs
FileNotFoundError file not found error.
ProblemPackage 题目包-数据结构 ------------------------ |MAG|VER|CMT|CSZ|BSZ|PCSZ| Certificate |SSZ| Signature | Configs | Body ------------------------ | 2 | 2 | 4 | 4 | 4 | 2 | ..