-
public final class ReadRequestRequest object containing input parameters for the IODomain.read command.
-
-
Constructor Summary
Constructors Constructor Description ReadRequest(String handle, Integer offset, Integer size)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Integercomponent3()final ReadRequestcopy(String handle, Integer offset, Integer size)final StringgetHandle()Handle of the stream to read. final IntegergetOffset()Seek to the specified offset before reading (if not specificed, proceed with offset following the last read). final IntegergetSize()Maximum number of bytes to read (left upon the agent discretion if not specified). -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
copy
final ReadRequest copy(String handle, Integer offset, Integer size)
-
getOffset
final Integer getOffset()
Seek to the specified offset before reading (if not specificed, proceed with offset following the last read). Some types of streams may only support sequential reads.
-
-
-
-