Link Search Menu Expand Document

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

RandomAccessChannel

[JVM]
interface RandomAccessChannel : RandomAccessDestination

Random access channel.

Since

0.0.0

Functions

Name Summary
close [JVM]
abstract suspend fun close(): RandomAccessSource
Close the channel.
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