ZipConstants.VERSION_MADE_BY Field

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipConstants.VERSION_MADE_BY Field

NOTE: This field is now obsolete.

Use VersionMadeBy instead


The version made by field for entries in the central header when created by this library

public const int VERSION_MADE_BY = 45;

Remarks

This is also the Zip version for the library when comparing against the version required to extract for an entry. See ZipInputStream.CanDecompressEntry.

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace