public class ReadMemoryAccess extends Object
Constructor and Description |
---|
ReadMemoryAccess(byte[] octets) |
ReadMemoryAccess(byte[] octets,
boolean le) |
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
byte |
getByte(int offset) |
void |
getBytes(byte[] octets) |
void |
getBytes(byte[] octets,
int offset) |
void |
getBytes(byte[] octets,
int offset,
int length) |
int |
getInt() |
int |
getIntBE() |
static int |
getIntBE(byte[] b) |
int |
getIntBE(int offset) |
int |
getIntLE() |
static int |
getIntLE(byte[] b) |
int |
getIntLE(int offset) |
long |
getLong() |
long |
getLongBE() |
long |
getLongBE(byte[] b) |
long |
getLongBE(int offset) |
long |
getLongLE() |
long |
getLongLE(byte[] b) |
long |
getLongLE(int offset) |
short |
getShort() |
short |
getShortBE() |
static short |
getShortBE(byte[] b) |
short |
getShortBE(int offset) |
short |
getShortLE() |
static short |
getShortLE(byte[] b) |
short |
getShortLE(int offset) |
int |
getSize() |
short |
getUnsignedByte() |
short |
getUnsignedByte(int offset) |
long |
getUnsignedIntBE() |
static long |
getUnsignedIntBE(byte[] b) |
long |
getUnsignedIntBE(int offset) |
long |
getUnsignedIntLE() |
static long |
getUnsignedIntLE(byte[] b) |
long |
getUnsignedIntLE(int offset) |
int |
getUnsignedShort() |
int |
getUnsignedShortBE() |
static int |
getUnsignedShortBE(byte[] b) |
int |
getUnsignedShortBE(int offset) |
int |
getUnsignedShortLE() |
static int |
getUnsignedShortLE(byte[] b) |
int |
getUnsignedShortLE(int offset) |
public ReadMemoryAccess(byte[] octets)
public ReadMemoryAccess(byte[] octets, boolean le)
public int getSize()
public void getBytes(byte[] octets)
public void getBytes(byte[] octets, int offset)
public void getBytes(byte[] octets, int offset, int length)
public byte getByte()
public short getUnsignedByte()
public byte getByte(int offset)
public short getUnsignedByte(int offset)
public short getShort()
public int getUnsignedShort()
public short getShortLE()
public int getUnsignedShortLE()
public short getShortLE(int offset)
public static short getShortLE(byte[] b)
public int getUnsignedShortLE(int offset)
public static int getUnsignedShortLE(byte[] b)
public short getShortBE()
public int getUnsignedShortBE()
public short getShortBE(int offset)
public static short getShortBE(byte[] b)
public int getUnsignedShortBE(int offset)
public static int getUnsignedShortBE(byte[] b)
public int getInt()
public int getIntLE()
public long getUnsignedIntLE()
public long getUnsignedIntLE(int offset)
public static long getUnsignedIntLE(byte[] b)
public int getIntLE(int offset)
public static int getIntLE(byte[] b)
public int getIntBE()
public long getUnsignedIntBE()
public int getIntBE(int offset)
public static int getIntBE(byte[] b)
public long getUnsignedIntBE(int offset)
public static long getUnsignedIntBE(byte[] b)
public long getLong()
public long getLongLE()
public long getLongLE(int offset)
public long getLongLE(byte[] b)
public long getLongBE()
public long getLongBE(int offset)
public long getLongBE(byte[] b)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.