public class Bits extends Object
| 构造器和说明 |
|---|
Bits() |
public static int getInt(byte[] b,
int off)
public static long getLong(byte[] b,
int off)
public static void putInt(byte[] b,
int off,
int val)
public static void putShort(byte[] b,
int off,
short val)
public static short getShort(byte[] b,
int off)
public static void putLong(byte[] b,
int off,
long val)
Copyright © 2021. All rights reserved.