chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.io / ReadResponse

ReadResponse

data class ReadResponse

Response type for the IODomain.read command.

Constructors

<init>

Response type for the IODomain.read command.

ReadResponse(base64Encoded: Boolean? = null, data: String, eof: Boolean)

Properties

base64Encoded

Set if the data is base64-encoded

val base64Encoded: Boolean?

data

Data that were read.

val data: String

eof

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

val eof: Boolean