Replies: 1 comment
-
ok I think I have something based on the sample here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been looking through the examples and haven't come across this scenario. Maybe I missed it.
In code I have an XML string and I typically save it to a file n the disk. It ends up being quite large so I want to compress it.
Is there a way for me to take the XML string that is in memory and directly compress it to a zip file, bypassing the save to XML file first and then compressing that file?
Beta Was this translation helpful? Give feedback.
All reactions