-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StreamCopier range support #4413
Comments
pavledragisic
pushed a commit
that referenced
this issue
Feb 27, 2024
aleks-f
added a commit
that referenced
this issue
Feb 28, 2024
* feat(Foundation): StreamCopier copyStreamRange #4413 * chore(ci): disable instalation of unused databases in odbc job --------- Co-authored-by: Pavle <[email protected]> Co-authored-by: Alex Fabijanic <[email protected]>
seekg position should be relative to beginning: poco/Foundation/include/Poco/StreamCopier.h Line 147 in ed181d9
|
aleks-f
added a commit
that referenced
this issue
Jul 18, 2024
linked issue was wrong, correct issue: https://github.com/aleph-us/devs/issues/435 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently in Poco there is
StreamCopier::copyStream
static method which copy one stream to another.If will be useful to have method to copy part(specified range) of one stream to another.
The text was updated successfully, but these errors were encountered: