Package 

Class ReadRequest

    • Method Summary

      Modifier and Type Method Description
      final String component1()
      final Integer component2()
      final Integer component3()
      final ReadRequest copy(String handle, Integer offset, Integer size)
      final String getHandle() Handle of the stream to read.
      final Integer getOffset() Seek to the specified offset before reading (if not specificed, proceed with offset following the last read).
      final Integer getSize() Maximum number of bytes to read (left upon the agent discretion if not specified).
      • Methods inherited from class org.hildan.chrome.devtools.domains.io.ReadRequest

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait