geruh commented on code in PR #6081:
URL: https://github.com/apache/opendal/pull/6081#discussion_r2057328830
##########
bindings/java/src/main/java/org/apache/opendal/ReadOptions.java:
##########
@@ -0,0 +1,36 @@
+package org.apache.opendal;
+
+import lombok.Builder;
+import java.nio.charset.Charset;
+
+/**
+ * Options for reading files. These options can be used to specify various
parameters
+ * when reading a file.
+ */
+@Builder
+public class ReadOptions {
+ /**
+ * The starting offset for reading. Defaults to 0, which means reading
from the beginning of the file.
+ */
Review Comment:
Should we add support for the other read options?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]