//reikai-core/io.github.kerelape.reikai.io/RandomAccessDestination/get
get
[JVM]
abstract suspend fun get(position: Entity, size: Entity): Entity
Retrieve chunk of data.
Return
Chunk of data.
Parameters
JVM
| position | Start position of the chunk. |
| size | Length of the chunk. |