Class ReadMemoryAccess

java.lang.Object
org.eclipse.cdt.utils.coff.ReadMemoryAccess

public class ReadMemoryAccess extends Object
  • Constructor Details Link icon

    • ReadMemoryAccess Link icon

      public ReadMemoryAccess(byte[] octets)
    • ReadMemoryAccess Link icon

      public ReadMemoryAccess(byte[] octets, boolean le)
  • Method Details Link icon

    • getSize Link icon

      public int getSize()
    • getBytes Link icon

      public void getBytes(byte[] octets)
    • getBytes Link icon

      public void getBytes(byte[] octets, int offset)
    • getBytes Link icon

      public void getBytes(byte[] octets, int offset, int length)
    • getByte Link icon

      public byte getByte()
    • getUnsignedByte Link icon

      public short getUnsignedByte()
    • getByte Link icon

      public byte getByte(int offset)
    • getUnsignedByte Link icon

      public short getUnsignedByte(int offset)
    • getShort Link icon

      public short getShort()
    • getUnsignedShort Link icon

      public int getUnsignedShort()
    • getShortLE Link icon

      public short getShortLE()
    • getUnsignedShortLE Link icon

      public int getUnsignedShortLE()
    • getShortLE Link icon

      public short getShortLE(int offset)
    • getShortLE Link icon

      public static short getShortLE(byte[] b)
    • getUnsignedShortLE Link icon

      public int getUnsignedShortLE(int offset)
    • getUnsignedShortLE Link icon

      public static int getUnsignedShortLE(byte[] b)
    • getShortBE Link icon

      public short getShortBE()
    • getUnsignedShortBE Link icon

      public int getUnsignedShortBE()
    • getShortBE Link icon

      public short getShortBE(int offset)
    • getShortBE Link icon

      public static short getShortBE(byte[] b)
    • getUnsignedShortBE Link icon

      public int getUnsignedShortBE(int offset)
    • getUnsignedShortBE Link icon

      public static int getUnsignedShortBE(byte[] b)
    • getInt Link icon

      public int getInt()
    • getIntLE Link icon

      public int getIntLE()
    • getUnsignedIntLE Link icon

      public long getUnsignedIntLE()
    • getUnsignedIntLE Link icon

      public long getUnsignedIntLE(int offset)
    • getUnsignedIntLE Link icon

      public static long getUnsignedIntLE(byte[] b)
    • getIntLE Link icon

      public int getIntLE(int offset)
    • getIntLE Link icon

      public static int getIntLE(byte[] b)
    • getIntBE Link icon

      public int getIntBE()
    • getUnsignedIntBE Link icon

      public long getUnsignedIntBE()
    • getIntBE Link icon

      public int getIntBE(int offset)
    • getIntBE Link icon

      public static int getIntBE(byte[] b)
    • getUnsignedIntBE Link icon

      public long getUnsignedIntBE(int offset)
    • getUnsignedIntBE Link icon

      public static long getUnsignedIntBE(byte[] b)
    • getLong Link icon

      public long getLong()
    • getLongLE Link icon

      public long getLongLE()
    • getLongLE Link icon

      public long getLongLE(int offset)
    • getLongLE Link icon

      public long getLongLE(byte[] b)
    • getLongBE Link icon

      public long getLongBE()
    • getLongBE Link icon

      public long getLongBE(int offset)
    • getLongBE Link icon

      public long getLongBE(byte[] b)