Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.io/Memory

Memory

[JVM]
class Memory(origin: RandomAccessDestination, position: Entity = 0.asEntity, size: Entity = (-1).asEntity) : Destination

Mutable memory.

Since

0.0.0

Constructors

   
Memory [JVM]
fun Memory(origin: RandomAccessDestination, position: Entity = 0.asEntity, size: Entity = (-1).asEntity)

Functions

Name Summary
dataize [JVM]
open suspend override fun dataize(): ByteArray
Representation of the object in bytes.
put [JVM]
open suspend override fun put(data: Entity): Entity
Put arbitrary data to the destination.