ZipConstants.VERSION_MADE_BY Field

SharpZip Compression Library

SharpZip Compression Library

ZipConstants.VERSION_MADE_BY Field

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

public const int VERSION_MADE_BY = 20;

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