sunheyi6 commented on code in PR #6081: URL: https://github.com/apache/opendal/pull/6081#discussion_r2057725761
########## 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: Of course, so it needs to be discussed. At present, I have only given a basic version. -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org