Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.io/RandomAccessDestination/put

put

[JVM]
abstract suspend fun put(position: Entity, data: Entity): Entity

Put data and the position.

Return

The data that was put.

Parameters

JVM

   
position Offset.
data Data to put.