类 ByteKit
java.lang.Object
com.iohao.game.common.kit.ByteKit
- 从以下版本开始:
- 21.15
- 作者:
- 渔民小镇
- 日期:
- 2024-08-10
- 
构造器概要构造器
- 
方法概要
- 
构造器详细资料- 
ByteKitpublic ByteKit()
 
- 
- 
方法详细资料- 
toBytespublic byte[] toBytes(long value) 将 long 值转换为 byte 数组- 参数:
- value- value
- 返回:
- byte[]
 
- 
getLongpublic long getLong(byte[] array) get long value- 参数:
- array- byte[]
- 返回:
- long
 
 
-