Skip to content

Commit 749e025

Browse files
committed
Add a ZipConstants entry for the size of the zip64 end of central directory locator
1 parent ab7f8c5 commit 749e025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ICSharpCode.SharpZipLib/Zip/ZipConstants.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,11 @@ public static class ZipConstants
345345
[Obsolete("Use CryptoHeaderSize instead")]
346346
public const int CRYPTO_HEADER_SIZE = 12;
347347

348+
/// <summary>
349+
/// The size of the Zip64 central directory locator.
350+
/// </summary>
351+
public const int Zip64EndOfCentralDirectoryLocatorSize = 20;
352+
348353
#endregion Header Sizes
349354

350355
#region Header Signatures

0 commit comments

Comments
 (0)