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 Bits
addr
- Address.protected void putShortByByte(long addr, short val)
putShortByByte
in class Bits
addr
- Address.val
- Value.protected char getCharByByte(long addr)
getCharByByte
in class Bits
addr
- Address.protected void putCharByByte(long addr, char val)
putCharByByte
in class Bits
addr
- Address.val
- Value.protected int getIntByByte(long addr)
getIntByByte
in class Bits
addr
- Address.protected void putIntByByte(long addr, int val)
putIntByByte
in class Bits
addr
- Address.val
- Value.protected long getLongByByte(long addr)
getLongByByte
in class Bits
addr
- Address.protected void putLongByByte(long addr, long val)
putLongByByte
in class Bits
addr
- Address.val
- Value.Copyright © 2019. All rights reserved.