ICSharpCode.SharpZipLib.Zip ZipEntry in C# (CSharp): 60 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per ICSharpCode.SharpZipLib.Zip.ZipEntry, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
This class represents an entry in a zip archive. This can be a file or a directory ZipFile and ZipInputStream will give you instances of this class as information about the members in an archive. ZipOutputStream uses an instance of this class when creating an entry in a Zip file.
Author of the original java version : Jochen Hoenicke