mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-18 04:50:25 +08:00
ByteHelper解决uintToLong的问题
This commit is contained in:
@@ -232,6 +232,7 @@ public class ByteHelper {
|
||||
return byteArrayToLong(uint64);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 一个uint64转为的long,通过本函数再次转为byte[]
|
||||
* todo: 理论上可能发生越界
|
||||
|
||||
Reference in New Issue
Block a user