Package org.lionsoul.ip2region.xdb
Class LongByteArray
java.lang.Object
org.lionsoul.ip2region.xdb.LongByteArray
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongByteArray
public LongByteArray() -
LongByteArray
public LongByteArray(byte[] buff)
-
-
Method Details
-
append
public void append(byte[] buffer) -
length
public long length() -
copy
public byte[] copy(long srcPos, byte[] dest, int destPos, int length) -
slice
public byte[] slice(long offset, int length) -
getUint32
public long getUint32(long offset) -
getInt2
public int getInt2(long offset)
-