//reikai-core/io.github.kerelape.reikai.io
Package io.github.kerelape.reikai.io
Types
| Name | Summary |
|---|---|
| Channel | [JVM] interface Channel : Destination Destination that can be closed. |
| Content | [JVM] class Content(origin: RandomAccessSource) : EntityWrap All content of a RandomAccessSource. |
| Destination | [JVM] interface Destination : Entity Destination of data. |
| DynamicHeap | [JVM] class DynamicHeap(limit: Entity = (-1).asEntity) : RandomAccessDestination Heap with dynamic size. |
| Heap | [JVM] class Heap(buffer: ByteBuffer) : RandomAccessDestination Heap. |
| Memory | [JVM] class Memory(origin: RandomAccessDestination, position: Entity = 0.asEntity, size: Entity = (-1).asEntity) : Destination Mutable memory. |
| RandomAccessChannel | [JVM] interface RandomAccessChannel : RandomAccessDestination Random access channel. |
| RandomAccessDestination | [JVM] interface RandomAccessDestination : Entity Destination with random access. |
| RandomAccessSource | [JVM] interface RandomAccessSource : Entity Source of RandomAccessChannels |
| Row | [JVM] class Row(origin: RandomAccessDestination) : Destination Sequence of data. |
| Source | [JVM] interface Source : Entity Source of data. |