-
Notifications
You must be signed in to change notification settings - Fork 108
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
Wrap outputstream as well #114
Labels
Comments
Thanks Andrej for the suggestion! I guess we should do |
Sure, that would be cool!
Ps: also adding a method for a complete done would be great!
Cheers,
Andrej
… Dňa 2021-10-07 o 1:33 užívateľ Tongfei Chen ***@***.***> napísal:
Thanks Andrej for the suggestion! I guess we should do OutputStream and Writer then?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
@azachar what do you mean by a complete done? |
Yes
… Dňa 2021-10-07 o 23:38 užívateľ Tongfei Chen ***@***.***> napísal:
@azachar what do you mean by a complete done?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Isn't |
I guess so, thanks for update, i might have missed it in doc.
… Dňa 2021-10-08 o 18:45 užívateľ Tongfei Chen ***@***.***> napísal:
Isn't pb.close() what you need?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
A very nice tool!
Could you please add also support for output streams?
For instance the library I am using for datalake is providing only output stream, so what I did is this:
I guess that anonym class should be part of this project somehow.
Cheers,
Andrej
The text was updated successfully, but these errors were encountered: