MemoryChunk

Properties

Link copied to clipboard
abstract val size: Long

Functions

Link copied to clipboard
abstract fun readByte(offset: Long): Byte
Link copied to clipboard
abstract fun readBytes(offset: Long, length: Int): ByteArray
Link copied to clipboard
abstract fun slice(offset: Long, length: Long): MemoryChunk