ReadReturn

@Serializable
data class ReadReturn(val base64Encoded: Boolean?, val data: String, val eof: Boolean)

Constructors

Link copied to clipboard
constructor(base64Encoded: Boolean?, data: String, eof: Boolean)

Properties

Link copied to clipboard

Set if the data is base64-encoded

Link copied to clipboard

Data that were read.

Link copied to clipboard

Set if the end-of-file condition occurred while reading.