javasoze opened a new issue, #5825: URL: https://github.com/apache/opendal/issues/5825
### Feature Description Expose partial read using offset and length in Java client. ### Problem and Solution Add Java client: Operator.java: ``` byte[] read(String path, long offset, long len) ``` AsyncOperator.java: ``` public CompletableFuture<byte[]> read(String path, long offset, long len) ``` ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [ ] Yes, I am willing to contribute to the development of this feature. -- 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]
