Link Search Menu Expand Document

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

Row

[JVM]
class Row(origin: RandomAccessDestination) : Destination

Sequence of data.

Since

0.0.0

Constructors

   
Row [JVM]
fun Row(origin: RandomAccessDestination)

Functions

Name Summary
dataize [JVM]
open suspend override fun dataize(): ByteArray
Representation of the object in bytes.
put [JVM]
open suspend override fun put(data: Entity): Entity
Append data.