Skip to content

Commit

Permalink
Add a ZipConstants entry for the size of the zip64 end of central dir…
Browse files Browse the repository at this point in the history
…ectory locator
  • Loading branch information
Numpsy committed Jan 6, 2020
1 parent ab7f8c5 commit 749e025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ICSharpCode.SharpZipLib/Zip/ZipConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,11 @@ public static class ZipConstants
[Obsolete("Use CryptoHeaderSize instead")]
public const int CRYPTO_HEADER_SIZE = 12;

/// <summary>
/// The size of the Zip64 central directory locator.
/// </summary>
public const int Zip64EndOfCentralDirectoryLocatorSize = 20;

#endregion Header Sizes

#region Header Signatures
Expand Down

0 comments on commit 749e025

Please sign in to comment.