public class BitsAlignedBigEndian extends Bits
BYTE_ORDER_BIGENDIAN_PROPERTY, MEMORY_ALIGNED_ACCESS_PROPERTY, NATIVE_BYTE_ORDER, UNSAFE| Constructor and Description |
|---|
BitsAlignedBigEndian() |
| Modifier and Type | Method and Description |
|---|---|
protected char |
getCharByByte(long addr) |
protected int |
getIntByByte(long addr) |
protected long |
getLongByByte(long addr) |
protected short |
getShortByByte(long addr) |
protected void |
putCharByByte(long addr,
char val) |
protected void |
putIntByByte(long addr,
int val) |
protected void |
putLongByByte(long addr,
long val) |
protected void |
putShortByByte(long addr,
short val) |
protected short getShortByByte(long addr)
getShortByByte in class Bitsaddr - Address.protected void putShortByByte(long addr,
short val)
putShortByByte in class Bitsaddr - Address.val - Value.protected char getCharByByte(long addr)
getCharByByte in class Bitsaddr - Address.protected void putCharByByte(long addr,
char val)
putCharByByte in class Bitsaddr - Address.val - Value.protected int getIntByByte(long addr)
getIntByByte in class Bitsaddr - Address.protected void putIntByByte(long addr,
int val)
putIntByByte in class Bitsaddr - Address.val - Value.protected long getLongByByte(long addr)
getLongByByte in class Bitsaddr - Address.protected void putLongByByte(long addr,
long val)
putLongByByte in class Bitsaddr - Address.val - Value.Copyright © 2019. All rights reserved.