Interface IEncodedMemoryArea

All Known Implementing Classes:
AbstractEncodedMemoryArea, DirectEncodedMemoryArea, EncodedMemoryAreaList, FunctionEncodedMemoryArea, VirtualEncodedMemoryArea

public interface IEncodedMemoryArea
Definition of an encoded memory area.
  • Method Details

    • getLength

      int getLength()
    • decode

      long decode(byte[] code)
    • decodeInt

      int decodeInt(byte[] code)
    • shift

      IEncodedMemoryArea shift(int shiftValue)