Read Response
data class ReadResponse(base64Encoded: Boolean?, data: String, eof: Boolean)
Content copied to clipboard
Represents response frame that is returned from IO#read operation call. Read a chunk of the stream
See also
Constructors
ReadResponse
Link copied to clipboard
fun ReadResponse(base64Encoded: Boolean? = null, data: String, eof: Boolean)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard