Class ReadOptions

java.lang.Object
org.apache.opendal.ReadOptions

public class ReadOptions extends Object
  • Field Details

    • offset

      public final long offset
      Sets the offset of the read operation.
    • length

      public final long length
      Sets the length of the read operation.
      See Also:
  • Constructor Details

    • ReadOptions

      public ReadOptions()