ByteHelper解决uintToLong的问题

This commit is contained in:
zhaofeng233
2021-03-11 00:10:35 +08:00
parent 01ed6a2e56
commit ecfac2092b
+1
View File
@@ -232,6 +232,7 @@ public class ByteHelper {
return byteArrayToLong(uint64);
}
/**
* 一个uint64转为的long,通过本函数再次转为byte[]
* todo: 理论上可能发生越界