Link Search Menu Expand Document

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

RandomAccessSource

[JVM]
interface RandomAccessSource : Entity

Source of RandomAccessChannels

Since

0.0.0

Functions

Name Summary
close [JVM]
abstract suspend fun close(): Entity
Close the source.
dataize [JVM]
abstract suspend fun dataize(): ByteArray
Representation of the object in bytes.
open [JVM]
abstract suspend fun open(): RandomAccessChannel
Open channel.

Inheritors

Name
File