ICSharpCode.SharpZipLib.Zip ZipInputStream in C# (CSharp): 46 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per ICSharpCode.SharpZipLib.Zip.ZipInputStream, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
This is an InflaterInputStream that reads the files baseInputStream an zip archive one after another. It has a special method to get the zip entry of the next file. The zip entry contains information about the file name size, compressed size, Crc, etc. It includes support for Stored and Deflated entries.
Author of the original java version : Jochen Hoenicke