< Summary

Information
Class: System.SR
Assembly: System.IO.Compression
File(s): D:\runner\runtime\artifacts\obj\System.IO.Compression\Debug\net11.0-windows\System.SR.cs
Line coverage
15%
Covered lines: 15
Uncovered lines: 83
Coverable lines: 98
Total lines: 225
Line coverage: 15.3%
Branch coverage
100%
Covered branches: 2
Total branches: 2
Branch coverage: 100%
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

File(s)

D:\runner\runtime\artifacts\obj\System.IO.Compression\Debug\net11.0-windows\System.SR.cs

#LineLine coverage
 1// <auto-generated>
 2using System.Reflection;
 3
 4namespace FxResources.System.IO.Compression
 5{
 6    internal static class SR { }
 7}
 8namespace System
 9{
 10    internal static partial class SR
 11    {
 12        private static global::System.Resources.ResourceManager s_resourceManager;
 419813        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceMana
 14
 15        /// <summary>Enum value was out of legal range.</summary>
 016        internal static string @ArgumentOutOfRange_Enum => GetResourceString("ArgumentOutOfRange_Enum", @"Enum value was
 17        /// <summary>Reading from the compression stream is not supported.</summary>
 018        internal static string @CannotReadFromDeflateStream => GetResourceString("CannotReadFromDeflateStream", @"Readin
 19        /// <summary>Writing to the compression stream is not supported.</summary>
 020        internal static string @CannotWriteToDeflateStream => GetResourceString("CannotWriteToDeflateStream", @"Writing 
 21        /// <summary>Found invalid data while decoding.</summary>
 022        internal static string @GenericInvalidData => GetResourceString("GenericInvalidData", @"Found invalid data while
 23        /// <summary>Only one asynchronous reader or writer is allowed time at one time.</summary>
 024        internal static string @InvalidBeginCall => GetResourceString("InvalidBeginCall", @"Only one asynchronous reader
 25        /// <summary>Block length does not match with its complement.</summary>
 026        internal static string @InvalidBlockLength => GetResourceString("InvalidBlockLength", @"Block length does not ma
 27        /// <summary>Failed to construct a huffman tree using the length array. The stream might be corrupted.</summary>
 028        internal static string @InvalidHuffmanData => GetResourceString("InvalidHuffmanData", @"Failed to construct a hu
 29        /// <summary>This operation is not supported.</summary>
 030        internal static string @NotSupported => GetResourceString("NotSupported", @"This operation is not supported.");
 31        /// <summary>Stream does not support reading.</summary>
 032        internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"St
 33        /// <summary>Stream does not support writing.</summary>
 034        internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"St
 35        /// <summary>Unknown block type. Stream might be corrupted.</summary>
 036        internal static string @UnknownBlockType => GetResourceString("UnknownBlockType", @"Unknown block type. Stream m
 37        /// <summary>Decoder is in some unknown state. This might be caused by corrupted data.</summary>
 038        internal static string @UnknownState => GetResourceString("UnknownState", @"Decoder is in some unknown state. Th
 39        /// <summary>The underlying compression routine could not be loaded correctly.</summary>
 040        internal static string @ZLibErrorDLLLoadError => GetResourceString("ZLibErrorDLLLoadError", @"The underlying com
 41        /// <summary>The stream state of the underlying compression routine is inconsistent.</summary>
 042        internal static string @ZLibErrorInconsistentStream => GetResourceString("ZLibErrorInconsistentStream", @"The st
 43        /// <summary>The underlying compression routine received incorrect initialization parameters.</summary>
 044        internal static string @ZLibErrorIncorrectInitParameters => GetResourceString("ZLibErrorIncorrectInitParameters"
 45        /// <summary>The underlying compression routine could not reserve sufficient memory.</summary>
 046        internal static string @ZLibErrorNotEnoughMemory => GetResourceString("ZLibErrorNotEnoughMemory", @"The underlyi
 47        /// <summary>The version of the underlying compression routine does not match expected version.</summary>
 048        internal static string @ZLibErrorVersionMismatch => GetResourceString("ZLibErrorVersionMismatch", @"The version 
 49        /// <summary>The underlying compression routine returned an unexpected error code: '{0}'.</summary>
 050        internal static string @ZLibErrorUnexpected => GetResourceString("ZLibErrorUnexpected", @"The underlying compres
 51        /// <summary>Central Directory corrupt.</summary>
 652        internal static string @CDCorrupt => GetResourceString("CDCorrupt", @"Central Directory corrupt.");
 53        /// <summary>Central Directory is invalid.</summary>
 054        internal static string @CentralDirectoryInvalid => GetResourceString("CentralDirectoryInvalid", @"Central Direct
 55        /// <summary>Cannot create entries on an archive opened in read mode.</summary>
 056        internal static string @CreateInReadMode => GetResourceString("CreateInReadMode", @"Cannot create entries on an 
 57        /// <summary>Cannot use create mode on a non-writable stream.</summary>
 058        internal static string @CreateModeCapabilities => GetResourceString("CreateModeCapabilities", @"Cannot use creat
 59        /// <summary>Entries cannot be created while previously created entries are still open.</summary>
 060        internal static string @CreateModeCreateEntryWhileOpen => GetResourceString("CreateModeCreateEntryWhileOpen", @"
 61        /// <summary>Entries in create mode may only be written to once, and only one entry may be held open at a time.<
 062        internal static string @CreateModeWriteOnceAndOneEntryAtATime => GetResourceString("CreateModeWriteOnceAndOneEnt
 63        /// <summary>The DateTimeOffset specified cannot be converted into a Zip file timestamp.</summary>
 064        internal static string @DateTimeOutOfRange => GetResourceString("DateTimeOutOfRange", @"The DateTimeOffset speci
 65        /// <summary>Cannot modify deleted entry.</summary>
 066        internal static string @DeletedEntry => GetResourceString("DeletedEntry", @"Cannot modify deleted entry.");
 67        /// <summary>Delete can only be used when the archive is in Update mode.</summary>
 068        internal static string @DeleteOnlyInUpdate => GetResourceString("DeleteOnlyInUpdate", @"Delete can only be used 
 69        /// <summary>Cannot delete an entry currently open for writing.</summary>
 070        internal static string @DeleteOpenEntry => GetResourceString("DeleteOpenEntry", @"Cannot delete an entry current
 71        /// <summary>Cannot access entries in Create mode.</summary>
 072        internal static string @EntriesInCreateMode => GetResourceString("EntriesInCreateMode", @"Cannot access entries 
 73        /// <summary>The specified encoding is not supported for entry names and comments.</summary>
 074        internal static string @EntryNameAndCommentEncodingNotSupported => GetResourceString("EntryNameAndCommentEncodin
 75        /// <summary>Entry names cannot require more than 2^16 bits.</summary>
 076        internal static string @EntryNamesTooLong => GetResourceString("EntryNamesTooLong", @"Entry names cannot require
 77        /// <summary>Entries larger than 4GB are not supported in Update mode.</summary>
 078        internal static string @EntryTooLarge => GetResourceString("EntryTooLarge", @"Entries larger than 4GB are not su
 79        /// <summary>Entries with uncompressed data larger than 2GB are not supported in Update mode.</summary>
 080        internal static string @EntryUncompressedSizeTooLargeForUpdateMode => GetResourceString("EntryUncompressedSizeTo
 81        /// <summary>End of Central Directory record could not be found.</summary>
 2482        internal static string @EOCDNotFound => GetResourceString("EOCDNotFound", @"End of Central Directory record coul
 83        /// <summary>Compressed Size cannot be held in an Int64.</summary>
 4884        internal static string @FieldTooBigCompressedSize => GetResourceString("FieldTooBigCompressedSize", @"Compressed
 85        /// <summary>Local Header Offset cannot be held in an Int64.</summary>
 4286        internal static string @FieldTooBigLocalHeaderOffset => GetResourceString("FieldTooBigLocalHeaderOffset", @"Loca
 87        /// <summary>Number of Entries cannot be held in an Int64.</summary>
 1888        internal static string @FieldTooBigNumEntries => GetResourceString("FieldTooBigNumEntries", @"Number of Entries 
 89        /// <summary>Offset to Central Directory cannot be held in an Int64.</summary>
 3290        internal static string @FieldTooBigOffsetToCD => GetResourceString("FieldTooBigOffsetToCD", @"Offset to Central 
 91        /// <summary>Offset to Zip64 End Of Central Directory record cannot be held in an Int64.</summary>
 6492        internal static string @FieldTooBigOffsetToZip64EOCD => GetResourceString("FieldTooBigOffsetToZip64EOCD", @"Offs
 93        /// <summary>Uncompressed Size cannot be held in an Int64.</summary>
 3694        internal static string @FieldTooBigUncompressedSize => GetResourceString("FieldTooBigUncompressedSize", @"Uncomp
 95        /// <summary>Cannot modify entry in Create mode after entry has been opened for writing.</summary>
 096        internal static string @FrozenAfterWrite => GetResourceString("FrozenAfterWrite", @"Cannot modify entry in Creat
 97        /// <summary>A stream from ZipArchiveEntry has been disposed.</summary>
 098        internal static string @HiddenStreamName => GetResourceString("HiddenStreamName", @"A stream from ZipArchiveEntr
 99        /// <summary>Length properties are unavailable once an entry has been opened for writing.</summary>
 0100        internal static string @LengthAfterWrite => GetResourceString("LengthAfterWrite", @"Length properties are unavai
 101        /// <summary>A local file header is corrupt.</summary>
 766102        internal static string @LocalFileHeaderCorrupt => GetResourceString("LocalFileHeaderCorrupt", @"A local file hea
 103        /// <summary>Number of entries expected in End Of Central Directory does not correspond to number of entries in 
 3000104        internal static string @NumEntriesWrong => GetResourceString("NumEntriesWrong", @"Number of entries expected in 
 105        /// <summary>This stream from ZipArchiveEntry does not support reading.</summary>
 0106        internal static string @ReadingNotSupported => GetResourceString("ReadingNotSupported", @"This stream from ZipAr
 107        /// <summary>Cannot use read mode on a non-readable stream.</summary>
 0108        internal static string @ReadModeCapabilities => GetResourceString("ReadModeCapabilities", @"Cannot use read mode
 109        /// <summary>Cannot modify read-only archive.</summary>
 0110        internal static string @ReadOnlyArchive => GetResourceString("ReadOnlyArchive", @"Cannot modify read-only archiv
 111        /// <summary>This stream from ZipArchiveEntry does not support seeking.</summary>
 0112        internal static string @SeekingNotSupported => GetResourceString("SeekingNotSupported", @"This stream from ZipAr
 113        /// <summary>SetLength requires a stream that supports seeking and writing.</summary>
 0114        internal static string @SetLengthRequiresSeekingAndWriting => GetResourceString("SetLengthRequiresSeekingAndWrit
 115        /// <summary>Split or spanned archives are not supported.</summary>
 20116        internal static string @SplitSpanned => GetResourceString("SplitSpanned", @"Split or spanned archives are not su
 117        /// <summary>Found truncated data while decoding.</summary>
 0118        internal static string @TruncatedData => GetResourceString("TruncatedData", @"Found truncated data while decodin
 119        /// <summary>Zip file corrupt: unexpected end of stream reached.</summary>
 0120        internal static string @UnexpectedEndOfStream => GetResourceString("UnexpectedEndOfStream", @"Zip file corrupt: 
 121        /// <summary>The archive entry was compressed using an unsupported compression method.</summary>
 0122        internal static string @UnsupportedCompression => GetResourceString("UnsupportedCompression", @"The archive entr
 123        /// <summary>The archive entry was compressed using {0} and is not supported.</summary>
 124        internal static string @UnsupportedCompressionMethod => GetResourceString("UnsupportedCompressionMethod", @"The 
 125        /// <summary>Update mode requires a stream with read, write, and seek capabilities.</summary>
 0126        internal static string @UpdateModeCapabilities => GetResourceString("UpdateModeCapabilities", @"Update mode requ
 127        /// <summary>Entries cannot be opened multiple times in Update mode.</summary>
 0128        internal static string @UpdateModeOneStream => GetResourceString("UpdateModeOneStream", @"Entries cannot be open
 129        /// <summary>This stream from ZipArchiveEntry does not support writing.</summary>
 0130        internal static string @WritingNotSupported => GetResourceString("WritingNotSupported", @"This stream from ZipAr
 131        /// <summary>Zip 64 End of Central Directory Record not where indicated.</summary>
 42132        internal static string @Zip64EOCDNotWhereExpected => GetResourceString("Zip64EOCDNotWhereExpected", @"Zip 64 End
 133        /// <summary>System.IO.Compression is not supported on this platform.</summary>
 134        internal static string @PlatformNotSupported_Compression => GetResourceString("PlatformNotSupported_Compression"
 135        /// <summary>Zstandard compression is not supported on this platform.</summary>
 136        internal static string @PlatformNotSupported_ZstandardCompression => GetResourceString("PlatformNotSupported_Zst
 137        /// <summary>The compression level must be between {0} and {1}.</summary>
 138        internal static string @ArgumentOutOfRange_CompressionLevel => GetResourceString("ArgumentOutOfRange_Compression
 139        /// <summary>Cannot read from a stream that was opened for compression.</summary>
 0140        internal static string @CannotReadFromCompressionStream => GetResourceString("CannotReadFromCompressionStream", 
 141        /// <summary>Cannot write to a stream that was opened for decompression.</summary>
 0142        internal static string @CannotWriteToDecompressionStream => GetResourceString("CannotWriteToDecompressionStream"
 143        /// <summary>The base stream is not readable.</summary>
 0144        internal static string @Stream_FalseCanRead => GetResourceString("Stream_FalseCanRead", @"The base stream is not
 145        /// <summary>The base stream is not writable.</summary>
 0146        internal static string @Stream_FalseCanWrite => GetResourceString("Stream_FalseCanWrite", @"The base stream is n
 147        /// <summary>The requested operation is not valid once compression or decompression has begun.</summary>
 0148        internal static string @ZstandardEncoderDecoder_InvalidState => GetResourceString("ZstandardEncoderDecoder_Inval
 149        /// <summary>Found truncated data while decoding.</summary>
 0150        internal static string @ZstandardStream_Decompress_TruncatedData => GetResourceString("ZstandardStream_Decompres
 151        /// <summary>Data requires too much memory for decoding. Consider increasing the 'maxWindowLog2' parameter.</sum
 0152        internal static string @ZstandardDecoder_WindowTooLarge => GetResourceString("ZstandardDecoder_WindowTooLarge", 
 153        /// <summary>The provided dictionary is not valid for decoding the current data.</summary>
 0154        internal static string @ZstandardDecoder_DictionaryWrong => GetResourceString("ZstandardDecoder_DictionaryWrong"
 155        /// <summary>Decoder encountered invalid data.</summary>
 0156        internal static string @ZstandardStream_Decompress_InvalidData => GetResourceString("ZstandardStream_Decompress_
 157        /// <summary>ZstandardStream.BaseStream returned more bytes than requested in Read.</summary>
 0158        internal static string @ZstandardStream_Decompress_InvalidStream => GetResourceString("ZstandardStream_Decompres
 159        /// <summary>Encoder encountered invalid data.</summary>
 0160        internal static string @ZstandardStream_Compress_InvalidData => GetResourceString("ZstandardStream_Compress_Inva
 161        /// <summary>Only one pending read/write operation is supported.</summary>
 0162        internal static string @ZstandardStream_ConcurrentRWOperation => GetResourceString("ZstandardStream_ConcurrentRW
 163        /// <summary>Buffer cannot be empty.</summary>
 0164        internal static string @ZstandardDictionary_EmptyBuffer => GetResourceString("ZstandardDictionary_EmptyBuffer", 
 165        /// <summary>Failed to create Zstandard compression dictionary.</summary>
 0166        internal static string @ZstandardDictionary_CreateCompressionFailed => GetResourceString("ZstandardDictionary_Cr
 167        /// <summary>Failed to create Zstandard decompression dictionary.</summary>
 0168        internal static string @ZstandardDictionary_CreateDecompressionFailed => GetResourceString("ZstandardDictionary_
 169        /// <summary>The sum of sample lengths does not match the length of the samples buffer.</summary>
 0170        internal static string @ZstandardDictionary_SampleLengthsMismatch => GetResourceString("ZstandardDictionary_Samp
 171        /// <summary>At least {0} samples are required to train the dictionary.</summary>
 0172        internal static string @ZstandardDictionary_Train_MinimumSampleCount => GetResourceString("ZstandardDictionary_T
 173        /// <summary>Sample lengths must be positive values.</summary>
 0174        internal static string @ZstandardDictionary_Train_InvalidSampleLength => GetResourceString("ZstandardDictionary_
 175        /// <summary>An internal error has occurred: {0}.</summary>
 0176        internal static string @Zstd_InternalError => GetResourceString("Zstd_InternalError", @"An internal error has oc
 177        /// <summary>Invalid offset to the Zip64 End of Central Directory record.</summary>
 60178        internal static string @InvalidOffsetToZip64EOCD => GetResourceString("InvalidOffsetToZip64EOCD", @"Invalid offs
 179        /// <summary>Cannot open entry for writing when archive is opened in read-only mode.</summary>
 0180        internal static string @CannotBeWrittenInReadMode => GetResourceString("CannotBeWrittenInReadMode", @"Cannot ope
 181        /// <summary>Cannot open entry for reading when archive is opened in create mode.</summary>
 0182        internal static string @CannotBeReadInCreateMode => GetResourceString("CannotBeReadInCreateMode", @"Cannot open 
 183        /// <summary>The specified FileAccess value is not valid.</summary>
 0184        internal static string @InvalidFileAccess => GetResourceString("InvalidFileAccess", @"The specified FileAccess v
 185        /// <summary>An attempt was made to move the position before the beginning of the stream.</summary>
 0186        internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin", @"An attempt was made to m
 187        /// <summary>The encrypted data size in the archive is invalid.</summary>
 0188        internal static string @InvalidWinZipSize => GetResourceString("InvalidWinZipSize", @"The encrypted data size in
 189        /// <summary>The password did not match.</summary>
 0190        internal static string @InvalidPassword => GetResourceString("InvalidPassword", @"The password did not match.");
 191        /// <summary>The authentication code does not match. The archive may be corrupted.</summary>
 0192        internal static string @WinZipAuthCodeMismatch => GetResourceString("WinZipAuthCodeMismatch", @"The authenticati
 193        /// <summary>Entry is not encrypted.</summary>
 194        internal static string @EntryNotEncrypted => GetResourceString("EntryNotEncrypted", @"Entry is not encrypted.");
 195        /// <summary>A password is required for encrypted entries.</summary>
 0196        internal static string @PasswordRequired => GetResourceString("PasswordRequired", @"A password is required for e
 197        /// <summary>A non-empty password is required for creating an encrypted entry.</summary>
 0198        internal static string @EmptyPassword => GetResourceString("EmptyPassword", @"A non-empty password is required f
 199        /// <summary>Invalid AES strength value.</summary>
 40200        internal static string @InvalidAesStrength => GetResourceString("InvalidAesStrength", @"Invalid AES strength val
 201        /// <summary>The encryption header is truncated.</summary>
 0202        internal static string @TruncatedZipCryptoHeader => GetResourceString("TruncatedZipCryptoHeader", @"The encrypti
 203        /// <summary>Stream does not support reading.</summary>
 0204        internal static string @IO_NotSupported_UnreadableStream => GetResourceString("IO_NotSupported_UnreadableStream"
 205        /// <summary>Stream does not support seeking.</summary>
 0206        internal static string @IO_NotSupported_UnseekableStream => GetResourceString("IO_NotSupported_UnseekableStream"
 207        /// <summary>Stream does not support writing.</summary>
 0208        internal static string @IO_NotSupported_UnwritableStream => GetResourceString("IO_NotSupported_UnwritableStream"
 209        /// <summary>The CRC32 checksum of the extracted data does not match the expected value from the archive.</summa
 0210        internal static string @CrcMismatch => GetResourceString("CrcMismatch", @"The CRC32 checksum of the extracted da
 211        /// <summary>The decompressed data length does not match the expected value from the archive.</summary>
 0212        internal static string @UnexpectedStreamLength => GetResourceString("UnexpectedStreamLength", @"The decompressed
 213        /// <summary>Encryption type is not specified.</summary>
 0214        internal static string @EncryptionNotSpecified => GetResourceString("EncryptionNotSpecified", @"Encryption type 
 215        /// <summary>Encryption method should not be specified in read mode.</summary>
 216        internal static string @EncryptionReadMode => GetResourceString("EncryptionReadMode", @"Encryption method should
 217        /// <summary>Encryption method should not be specified in update mode.</summary>
 218        internal static string @EncryptionUpdateMode => GetResourceString("EncryptionUpdateMode", @"Encryption method sh
 219        /// <summary>WinZip AES encryption is not supported on the browser platform.</summary>
 0220        internal static string @WinZipEncryptionNotSupportedOnBrowser => GetResourceString("WinZipEncryptionNotSupported
 221        /// <summary>The entry's encryption method is not supported.</summary>
 0222        internal static string @UnsupportedEncryptionMethod => GetResourceString("UnsupportedEncryptionMethod", @"The en
 223
 224    }
 225}

Methods/Properties

ResourceManager()
ArgumentOutOfRange_Enum()
CannotReadFromDeflateStream()
CannotWriteToDeflateStream()
GenericInvalidData()
InvalidBeginCall()
InvalidBlockLength()
InvalidHuffmanData()
NotSupported()
NotSupported_UnreadableStream()
NotSupported_UnwritableStream()
UnknownBlockType()
UnknownState()
ZLibErrorDLLLoadError()
ZLibErrorInconsistentStream()
ZLibErrorIncorrectInitParameters()
ZLibErrorNotEnoughMemory()
ZLibErrorVersionMismatch()
ZLibErrorUnexpected()
CDCorrupt()
CentralDirectoryInvalid()
CreateInReadMode()
CreateModeCapabilities()
CreateModeCreateEntryWhileOpen()
CreateModeWriteOnceAndOneEntryAtATime()
DateTimeOutOfRange()
DeletedEntry()
DeleteOnlyInUpdate()
DeleteOpenEntry()
EntriesInCreateMode()
EntryNameAndCommentEncodingNotSupported()
EntryNamesTooLong()
EntryTooLarge()
EntryUncompressedSizeTooLargeForUpdateMode()
EOCDNotFound()
FieldTooBigCompressedSize()
FieldTooBigLocalHeaderOffset()
FieldTooBigNumEntries()
FieldTooBigOffsetToCD()
FieldTooBigOffsetToZip64EOCD()
FieldTooBigUncompressedSize()
FrozenAfterWrite()
HiddenStreamName()
LengthAfterWrite()
LocalFileHeaderCorrupt()
NumEntriesWrong()
ReadingNotSupported()
ReadModeCapabilities()
ReadOnlyArchive()
SeekingNotSupported()
SetLengthRequiresSeekingAndWriting()
SplitSpanned()
TruncatedData()
UnexpectedEndOfStream()
UnsupportedCompression()
UpdateModeCapabilities()
UpdateModeOneStream()
WritingNotSupported()
Zip64EOCDNotWhereExpected()
CannotReadFromCompressionStream()
CannotWriteToDecompressionStream()
Stream_FalseCanRead()
Stream_FalseCanWrite()
ZstandardEncoderDecoder_InvalidState()
ZstandardStream_Decompress_TruncatedData()
ZstandardDecoder_WindowTooLarge()
ZstandardDecoder_DictionaryWrong()
ZstandardStream_Decompress_InvalidData()
ZstandardStream_Decompress_InvalidStream()
ZstandardStream_Compress_InvalidData()
ZstandardStream_ConcurrentRWOperation()
ZstandardDictionary_EmptyBuffer()
ZstandardDictionary_CreateCompressionFailed()
ZstandardDictionary_CreateDecompressionFailed()
ZstandardDictionary_SampleLengthsMismatch()
ZstandardDictionary_Train_MinimumSampleCount()
ZstandardDictionary_Train_InvalidSampleLength()
Zstd_InternalError()
InvalidOffsetToZip64EOCD()
CannotBeWrittenInReadMode()
CannotBeReadInCreateMode()
InvalidFileAccess()
IO_SeekBeforeBegin()
InvalidWinZipSize()
InvalidPassword()
WinZipAuthCodeMismatch()
PasswordRequired()
EmptyPassword()
InvalidAesStrength()
TruncatedZipCryptoHeader()
IO_NotSupported_UnreadableStream()
IO_NotSupported_UnseekableStream()
IO_NotSupported_UnwritableStream()
CrcMismatch()
UnexpectedStreamLength()
EncryptionNotSpecified()
WinZipEncryptionNotSupportedOnBrowser()
UnsupportedEncryptionMethod()