silver-ymz commented on PR #3004: URL: https://github.com/apache/incubator-opendal/pull/3004#issuecomment-1705417788
I use boost iostreams library to make the API look better. Update: - `reader()` will return `Reader` type to provide basic `read` and `seek` function. If users don't want `iostream` to make a buffer read, they can use `Reader` directly. - We use boost iostreams library to deal with all operations about buffer. This can significantly reduce maintain difficulty. - rename original `Reader` to `InternalReader` and move it into current `Reader` definition. Users now can have a clearer idea of what type they need. -- 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]
