示例#1
0
 public static string GetMD5(byte[] bytes)
 {
     return InterfaceExtendedToLua.GetMD5(bytes);
 }
示例#2
0
 public static byte[] DecompressFile(string path)
 {
     return InterfaceExtendedToLua.DecompressFile(path);
 }
示例#3
0
 public static ushort GetCRC(byte[] bytes, int number = 1)
 {
     return InterfaceExtendedToLua.GetCRC16(bytes, number);
 }
示例#4
0
 public static void CompressFile(byte[] bytes, string path)
 {
     InterfaceExtendedToLua.CompressFile(bytes, path);
 }