feat: support reader & writer for java binding
Similar to https://github.com/apache/opendal/issues/3558
Here request on support for Java.
Thank you.
cc @tisonkun @G-XD, what do you think about this request? Does java have similiar ideas about reader and writer?
I'd appreciate hearing from @DoonPort0422 by "similar to":
- What do you think is similar?
- What interfaces in Java do you imagine integrating with and how do you imagine its usage?
What do you think is similar?
Forgot it, this is not the main point.
What interfaces in Java do you imagine integrating with and how do you imagine its usage?
Can we implement ReadableStream in java side?
The most basic IO interface in Java is perhaps InputStream / OutputStream I think?
The most basic IO interface in Java is perhaps InputStream / OutputStream I think?
Yep! Already impemented and will release in next version of java binding. Welcome to give it a try.
Implemented and shipped. Thanks @tisonkun!