开发者

How with sharpziplib get a zip file in memorystream or byte array format and unpack it

开发者 https://www.devze.com 2023-02-28 02:02 出处:网络
I have 开发者_如何学Goan app that downloads from ftp and gets the format in memorystream or byte array-it gets the zip file ALREADY ZIPPED ,how can i use sharpziplib with this input to unpack that con

I have 开发者_如何学Goan app that downloads from ftp and gets the format in memorystream or byte array-it gets the zip file ALREADY ZIPPED ,how can i use sharpziplib with this input to unpack that content to a specific place on my harddrive


Wrap the raw data in a MemoryStream and then pass this to the zip library instead of a FileStream.

0

精彩评论

暂无评论...
验证码 换一张
取 消