-
public final class IODomainInput/Output operations for streams produced by DevTools.
-
-
Method Summary
Modifier and Type Method Description final Unitclose(CloseRequest input)Close the stream, discard any temporary backing storage. final ReadResponseread(ReadRequest input)Read a chunk of the streamOfficial doc final ResolveBlobResponseresolveBlob(ResolveBlobRequest input)Return UUID of Blob object specified by a remote object id. -
-
Method Detail
-
close
final Unit close(CloseRequest input)
Close the stream, discard any temporary backing storage.
-
read
final ReadResponse read(ReadRequest input)
Read a chunk of the stream
-
resolveBlob
final ResolveBlobResponse resolveBlob(ResolveBlobRequest input)
Return UUID of Blob object specified by a remote object id.
-
-
-
-