Link Search Menu Expand Document

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

Source

[JVM]
interface Source : Entity

Source of data.

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(): Channel
Open a channel on this source.

Inheritors