class IODomain
Input/Output operations for streams produced by DevTools.
close |
Close the stream, discard any temporary backing storage. suspend fun close(input: CloseRequest): Unit |
read |
Read a chunk of the stream suspend fun read(input: ReadRequest): ReadResponse |
resolveBlob |
Return UUID of Blob object specified by a remote object id. suspend fun resolveBlob(input: ResolveBlobRequest): ResolveBlobResponse |