Class Util
java.lang.Object
com.swiftmq.impl.store.standard.index.Util
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
readInt
public static int readInt(byte[] b, int offset) -
writeInt
public static void writeInt(int i, byte[] b, int offset) -
readLong
public static long readLong(byte[] b, int offset) -
writeLong
public static void writeLong(long l, byte[] b, int offset)
-