//reikai-core/io.github.kerelape.reikai.io.network/TcpChannel/dataize
dataize
[JVM]
open suspend override fun dataize(): ByteArray
Read next chunk of data from the socket.
Return
The next chunk (1024 bytes).
//reikai-core/io.github.kerelape.reikai.io.network/TcpChannel/dataize
[JVM]
open suspend override fun dataize(): ByteArray
Read next chunk of data from the socket.
The next chunk (1024 bytes).