Link Search Menu Expand Document

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

RandomAccessDestination

[JVM]
interface RandomAccessDestination : Entity

Destination with random access.

Since

0.0.0

Functions

Name Summary
dataize [JVM]
abstract suspend fun dataize(): ByteArray
Representation of the object in bytes.
get [JVM]
abstract suspend fun get(position: Entity, size: Entity): Entity
Retrieve chunk of data.
put [JVM]
abstract suspend fun put(position: Entity, data: Entity): Entity
Put data and the position.

Inheritors