-
ZipStream has some really awesome documentation. But reading through this documentation: Is it necessary, to close the streams? I was considering something like:
|
Beta Was this translation helpful? Give feedback.
Answered by
maennchen
Mar 13, 2025
Replies: 1 comment
-
You should close the streams directly after each |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maennchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should close the streams directly after each
addFileFromStream
call. After the call is finished, the stream will no longer be referenced / needed.