예제 #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);
 }