类 ByteKit

java.lang.Object
com.iohao.game.common.kit.ByteKit

public class ByteKit extends Object
从以下版本开始:
21.15
作者:
渔民小镇
日期:
2024-08-10
  • 构造器详细资料

    • ByteKit

      public ByteKit()
  • 方法详细资料

    • toBytes

      public byte[] toBytes(long value)
      将 long 值转换为 byte 数组
      参数:
      value - value
      返回:
      byte[]
    • getLong

      public long getLong(byte[] array)
      get long value
      参数:
      array - byte[]
      返回:
      long