Class IO
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.io.IO
-
public class IO extends java.lang.ObjectInput/Output operations for streams produced by DevTools.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIO.ReadResponse
-
Constructor Summary
Constructors Constructor Description IO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>close(StreamHandle handle)Close the stream, discard any temporary backing storage.static org.openqa.selenium.devtools.Command<IO.ReadResponse>read(StreamHandle handle, java.util.Optional<java.lang.Integer> offset, java.util.Optional<java.lang.Integer> size)Read a chunk of the streamstatic org.openqa.selenium.devtools.Command<java.lang.String>resolveBlob(RemoteObjectId objectId)Return UUID of Blob object specified by a remote object id.
-
-
-
Method Detail
-
close
public static org.openqa.selenium.devtools.Command<java.lang.Void> close(StreamHandle handle)
Close the stream, discard any temporary backing storage.
-
read
public static org.openqa.selenium.devtools.Command<IO.ReadResponse> read(StreamHandle handle, java.util.Optional<java.lang.Integer> offset, java.util.Optional<java.lang.Integer> size)
Read a chunk of the stream
-
resolveBlob
public static org.openqa.selenium.devtools.Command<java.lang.String> resolveBlob(RemoteObjectId objectId)
Return UUID of Blob object specified by a remote object id.
-
-