public class PageUtils extends Object
| Constructor and Description |
|---|
PageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
getByte(long addr,
int off) |
static void |
getBytes(long srcAddr,
int srcOff,
byte[] dst,
int dstOff,
int len) |
static byte[] |
getBytes(long addr,
int off,
int len) |
static int |
getInt(long addr,
int off) |
static long |
getLong(long addr,
int off) |
static short |
getShort(long addr,
int off) |
static int |
getUnsignedByte(long addr,
int off) |
static void |
putByte(long addr,
int off,
byte v) |
static void |
putBytes(long addr,
int off,
byte[] bytes) |
static void |
putBytes(long addr,
int off,
byte[] bytes,
int bytesOff) |
static void |
putBytes(long addr,
int off,
byte[] bytes,
int bytesOff,
int len) |
static void |
putInt(long addr,
int off,
int v) |
static void |
putLong(long addr,
int off,
long v) |
static void |
putShort(long addr,
int off,
short v) |
static void |
putUnsignedByte(long addr,
int off,
int v) |
public static byte getByte(long addr,
int off)
addr - Start address.off - Offset.public static int getUnsignedByte(long addr,
int off)
addr - Start address.off - Offset.public static byte[] getBytes(long addr,
int off,
int len)
addr - Start address.off - Offset.len - Bytes length.public static void getBytes(long srcAddr,
int srcOff,
byte[] dst,
int dstOff,
int len)
srcAddr - Source address.srcOff - Source offset.dst - Destination array.dstOff - Destination offset.len - Length.public static short getShort(long addr,
int off)
addr - Address.off - Offset.public static int getInt(long addr,
int off)
addr - Address.off - Offset.public static long getLong(long addr,
int off)
addr - Address.off - Offset.public static void putBytes(long addr,
int off,
byte[] bytes)
addr - Address/off - Offset.bytes - Bytes.public static void putBytes(long addr,
int off,
byte[] bytes,
int bytesOff)
addr - Address.off - Offset.bytes - Bytes array.bytesOff - Bytes array offset.public static void putBytes(long addr,
int off,
byte[] bytes,
int bytesOff,
int len)
addr - Address.off - Offset.bytes - Bytes array.bytesOff - Bytes array offset.len - Length.public static void putByte(long addr,
int off,
byte v)
addr - Address.off - Offset.v - Value.public static void putUnsignedByte(long addr,
int off,
int v)
addr - Address.off - Offset.v - Value.public static void putShort(long addr,
int off,
short v)
addr - Address.off - Offset.v - Value.public static void putInt(long addr,
int off,
int v)
addr - Address.off - Offset.v - Value.public static void putLong(long addr,
int off,
long v)
addr - Address.off - Offset.v - Value.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018