Mem

fr.hammons.slinc.Mem
trait Mem

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def asAddress: Object
def asBase: Object
def offset(bytes: Bytes): Mem
def readAddress(offset: Bytes): Mem
def readByte(offset: Bytes): Byte
def readDouble(offset: Bytes): Double
def readFloat(offset: Bytes): Float
def readInt(offset: Bytes): Int
def readIntArray(offset: Bytes, size: Int): Array[Int]
def readLong(offset: Bytes): Long
def readShort(offset: Bytes): Short
def resize(bytes: Bytes): Mem
def writeAddress(v: Mem, offset: Bytes): Unit
def writeByte(v: Byte, offset: Bytes): Unit
def writeByteArray(v: Array[Byte], offset: Bytes): Unit
def writeDouble(v: Double, offset: Bytes): Unit
def writeFloat(v: Float, offset: Bytes): Unit
def writeInt(v: Int, offset: Bytes): Unit
def writeIntArray(v: Array[Int], offset: Bytes): Unit
def writeLong(v: Long, offset: Bytes): Unit
def writeShort(v: Short, offset: Bytes): Unit