C# (CSharp) ICSharpCode.SharpZipLib.Zip ZipEntry - 60 exemples trouvés. Ce sont les exemples réels les mieux notés de ICSharpCode.SharpZipLib.Zip.ZipEntry extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
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