class Memory
(source)
<init> |
Memory() |
memoryData |
var memoryData: MutableBytes? |
wordsSize |
var wordsSize: UInt256! |
allocatedBytes |
fun allocatedBytes(): UInt256 |
newSize |
fun newSize(memOffset: UInt256, length: UInt256): UInt256 |
read |
fun read(from: UInt256, length: UInt256): Bytes? |
size |
fun size(): UInt256 |
write |
fun write(offset: UInt256, sourceOffset: UInt256, numBytes: UInt256, code: Bytes): Boolean |
capacity |
val capacity: Int |
logger |
val logger: Logger! |