// <auto-generated> using System.Reflection; namespace FxResources.System.IO.Compression { internal static class SR { } } namespace System { internal static partial class SR { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.IO.Compression.SR))); /// <summary>Enum value was out of legal range.</summary> internal static string @ArgumentOutOfRange_Enum => GetResourceString("ArgumentOutOfRange_Enum"); /// <summary>Reading from the compression stream is not supported.</summary> internal static string @CannotReadFromDeflateStream => GetResourceString("CannotReadFromDeflateStream"); /// <summary>Writing to the compression stream is not supported.</summary> internal static string @CannotWriteToDeflateStream => GetResourceString("CannotWriteToDeflateStream"); /// <summary>Found invalid data while decoding.</summary> internal static string @GenericInvalidData => GetResourceString("GenericInvalidData"); /// <summary>Only one asynchronous reader or writer is allowed time at one time.</summary> internal static string @InvalidBeginCall => GetResourceString("InvalidBeginCall"); /// <summary>Block length does not match with its complement.</summary> internal static string @InvalidBlockLength => GetResourceString("InvalidBlockLength"); /// <summary>Failed to construct a huffman tree using the length array. The stream might be corrupted.</summary> internal static string @InvalidHuffmanData => GetResourceString("InvalidHuffmanData"); /// <summary>This operation is not supported.</summary> internal static string @NotSupported => GetResourceString("NotSupported"); /// <summary>Stream does not support reading.</summary> internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream"); /// <summary>Stream does not support writing.</summary> internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream"); /// <summary>Unknown block type. Stream might be corrupted.</summary> internal static string @UnknownBlockType => GetResourceString("UnknownBlockType"); /// <summary>Decoder is in some unknown state. This might be caused by corrupted data.</summary> internal static string @UnknownState => GetResourceString("UnknownState"); /// <summary>The underlying compression routine could not be loaded correctly.</summary> internal static string @ZLibErrorDLLLoadError => GetResourceString("ZLibErrorDLLLoadError"); /// <summary>The stream state of the underlying compression routine is inconsistent.</summary> internal static string @ZLibErrorInconsistentStream => GetResourceString("ZLibErrorInconsistentStream"); /// <summary>The underlying compression routine received incorrect initialization parameters.</summary> internal static string @ZLibErrorIncorrectInitParameters => GetResourceString("ZLibErrorIncorrectInitParameters"); /// <summary>The underlying compression routine could not reserve sufficient memory.</summary> internal static string @ZLibErrorNotEnoughMemory => GetResourceString("ZLibErrorNotEnoughMemory"); /// <summary>The version of the underlying compression routine does not match expected version.</summary> internal static string @ZLibErrorVersionMismatch => GetResourceString("ZLibErrorVersionMismatch"); /// <summary>The underlying compression routine returned an unexpected error code: '{0}'.</summary> internal static string @ZLibErrorUnexpected => GetResourceString("ZLibErrorUnexpected"); /// <summary>Central Directory corrupt.</summary> internal static string @CDCorrupt => GetResourceString("CDCorrupt"); /// <summary>Central Directory is invalid.</summary> internal static string @CentralDirectoryInvalid => GetResourceString("CentralDirectoryInvalid"); /// <summary>Cannot create entries on an archive opened in read mode.</summary> internal static string @CreateInReadMode => GetResourceString("CreateInReadMode"); /// <summary>Cannot use create mode on a non-writable stream.</summary> internal static string @CreateModeCapabilities => GetResourceString("CreateModeCapabilities"); /// <summary>Entries cannot be created while previously created entries are still open.</summary> internal static string @CreateModeCreateEntryWhileOpen => GetResourceString("CreateModeCreateEntryWhileOpen"); /// <summary>Entries in create mode may only be written to once, and only one entry may be held open at a time.</summary> internal static string @CreateModeWriteOnceAndOneEntryAtATime => GetResourceString("CreateModeWriteOnceAndOneEntryAtATime"); /// <summary>The DateTimeOffset specified cannot be converted into a Zip file timestamp.</summary> internal static string @DateTimeOutOfRange => GetResourceString("DateTimeOutOfRange"); /// <summary>Cannot modify deleted entry.</summary> internal static string @DeletedEntry => GetResourceString("DeletedEntry"); /// <summary>Delete can only be used when the archive is in Update mode.</summary> internal static string @DeleteOnlyInUpdate => GetResourceString("DeleteOnlyInUpdate"); /// <summary>Cannot delete an entry currently open for writing.</summary> internal static string @DeleteOpenEntry => GetResourceString("DeleteOpenEntry"); /// <summary>Cannot access entries in Create mode.</summary> internal static string @EntriesInCreateMode => GetResourceString("EntriesInCreateMode"); /// <summary>The specified encoding is not supported for entry names and comments.</summary> internal static string @EntryNameAndCommentEncodingNotSupported => GetResourceString("EntryNameAndCommentEncodingNotSupported"); /// <summary>Entry names cannot require more than 2^16 bits.</summary> internal static string @EntryNamesTooLong => GetResourceString("EntryNamesTooLong"); /// <summary>Entries larger than 4GB are not supported in Update mode.</summary> internal static string @EntryTooLarge => GetResourceString("EntryTooLarge"); /// <summary>Entries with uncompressed data larger than 2GB are not supported in Update mode.</summary> internal static string @EntryUncompressedSizeTooLargeForUpdateMode => GetResourceString("EntryUncompressedSizeTooLargeForUpdateMode"); /// <summary>End of Central Directory record could not be found.</summary> internal static string @EOCDNotFound => GetResourceString("EOCDNotFound"); /// <summary>Compressed Size cannot be held in an Int64.</summary> internal static string @FieldTooBigCompressedSize => GetResourceString("FieldTooBigCompressedSize"); /// <summary>Local Header Offset cannot be held in an Int64.</summary> internal static string @FieldTooBigLocalHeaderOffset => GetResourceString("FieldTooBigLocalHeaderOffset"); /// <summary>Number of Entries cannot be held in an Int64.</summary> internal static string @FieldTooBigNumEntries => GetResourceString("FieldTooBigNumEntries"); /// <summary>Offset to Central Directory cannot be held in an Int64.</summary> internal static string @FieldTooBigOffsetToCD => GetResourceString("FieldTooBigOffsetToCD"); /// <summary>Offset to Zip64 End Of Central Directory record cannot be held in an Int64.</summary> internal static string @FieldTooBigOffsetToZip64EOCD => GetResourceString("FieldTooBigOffsetToZip64EOCD"); /// <summary>Uncompressed Size cannot be held in an Int64.</summary> internal static string @FieldTooBigUncompressedSize => GetResourceString("FieldTooBigUncompressedSize"); /// <summary>Cannot modify entry in Create mode after entry has been opened for writing.</summary> internal static string @FrozenAfterWrite => GetResourceString("FrozenAfterWrite"); /// <summary>A stream from ZipArchiveEntry has been disposed.</summary> internal static string @HiddenStreamName => GetResourceString("HiddenStreamName"); /// <summary>Length properties are unavailable once an entry has been opened for writing.</summary> internal static string @LengthAfterWrite => GetResourceString("LengthAfterWrite"); /// <summary>A local file header is corrupt.</summary> internal static string @LocalFileHeaderCorrupt => GetResourceString("LocalFileHeaderCorrupt"); /// <summary>Number of entries expected in End Of Central Directory does not correspond to number of entries in Central Directory.</summary> internal static string @NumEntriesWrong => GetResourceString("NumEntriesWrong"); /// <summary>This stream from ZipArchiveEntry does not support reading.</summary> internal static string @ReadingNotSupported => GetResourceString("ReadingNotSupported"); /// <summary>Cannot use read mode on a non-readable stream.</summary> internal static string @ReadModeCapabilities => GetResourceString("ReadModeCapabilities"); /// <summary>Cannot modify read-only archive.</summary> internal static string @ReadOnlyArchive => GetResourceString("ReadOnlyArchive"); /// <summary>This stream from ZipArchiveEntry does not support seeking.</summary> internal static string @SeekingNotSupported => GetResourceString("SeekingNotSupported"); /// <summary>SetLength requires a stream that supports seeking and writing.</summary> internal static string @SetLengthRequiresSeekingAndWriting => GetResourceString("SetLengthRequiresSeekingAndWriting"); /// <summary>Split or spanned archives are not supported.</summary> internal static string @SplitSpanned => GetResourceString("SplitSpanned"); /// <summary>Found truncated data while decoding.</summary> internal static string @TruncatedData => GetResourceString("TruncatedData"); /// <summary>Zip file corrupt: unexpected end of stream reached.</summary> internal static string @UnexpectedEndOfStream => GetResourceString("UnexpectedEndOfStream"); /// <summary>The archive entry was compressed using an unsupported compression method.</summary> internal static string @UnsupportedCompression => GetResourceString("UnsupportedCompression"); /// <summary>The archive entry was compressed using {0} and is not supported.</summary> internal static string @UnsupportedCompressionMethod => GetResourceString("UnsupportedCompressionMethod"); /// <summary>Update mode requires a stream with read, write, and seek capabilities.</summary> internal static string @UpdateModeCapabilities => GetResourceString("UpdateModeCapabilities"); /// <summary>Entries cannot be opened multiple times in Update mode.</summary> internal static string @UpdateModeOneStream => GetResourceString("UpdateModeOneStream"); /// <summary>This stream from ZipArchiveEntry does not support writing.</summary> internal static string @WritingNotSupported => GetResourceString("WritingNotSupported"); /// <summary>Zip 64 End of Central Directory Record not where indicated.</summary> internal static string @Zip64EOCDNotWhereExpected => GetResourceString("Zip64EOCDNotWhereExpected"); /// <summary>System.IO.Compression is not supported on this platform.</summary> internal static string @PlatformNotSupported_Compression => GetResourceString("PlatformNotSupported_Compression"); /// <summary>Zstandard compression is not supported on this platform.</summary> internal static string @PlatformNotSupported_ZstandardCompression => GetResourceString("PlatformNotSupported_ZstandardCompression"); /// <summary>The compression level must be between {0} and {1}.</summary> internal static string @ArgumentOutOfRange_CompressionLevel => GetResourceString("ArgumentOutOfRange_CompressionLevel"); /// <summary>Cannot read from a stream that was opened for compression.</summary> internal static string @CannotReadFromCompressionStream => GetResourceString("CannotReadFromCompressionStream"); /// <summary>Cannot write to a stream that was opened for decompression.</summary> internal static string @CannotWriteToDecompressionStream => GetResourceString("CannotWriteToDecompressionStream"); /// <summary>The base stream is not readable.</summary> internal static string @Stream_FalseCanRead => GetResourceString("Stream_FalseCanRead"); /// <summary>The base stream is not writable.</summary> internal static string @Stream_FalseCanWrite => GetResourceString("Stream_FalseCanWrite"); /// <summary>The requested operation is not valid once compression or decompression has begun.</summary> internal static string @ZstandardEncoderDecoder_InvalidState => GetResourceString("ZstandardEncoderDecoder_InvalidState"); /// <summary>Found truncated data while decoding.</summary> internal static string @ZstandardStream_Decompress_TruncatedData => GetResourceString("ZstandardStream_Decompress_TruncatedData"); /// <summary>Data requires too much memory for decoding. Consider increasing the 'maxWindowLog2' parameter.</summary> internal static string @ZstandardDecoder_WindowTooLarge => GetResourceString("ZstandardDecoder_WindowTooLarge"); /// <summary>The provided dictionary is not valid for decoding the current data.</summary> internal static string @ZstandardDecoder_DictionaryWrong => GetResourceString("ZstandardDecoder_DictionaryWrong"); /// <summary>Decoder encountered invalid data.</summary> internal static string @ZstandardStream_Decompress_InvalidData => GetResourceString("ZstandardStream_Decompress_InvalidData"); /// <summary>ZstandardStream.BaseStream returned more bytes than requested in Read.</summary> internal static string @ZstandardStream_Decompress_InvalidStream => GetResourceString("ZstandardStream_Decompress_InvalidStream"); /// <summary>Encoder encountered invalid data.</summary> internal static string @ZstandardStream_Compress_InvalidData => GetResourceString("ZstandardStream_Compress_InvalidData"); /// <summary>Only one pending read/write operation is supported.</summary> internal static string @ZstandardStream_ConcurrentRWOperation => GetResourceString("ZstandardStream_ConcurrentRWOperation"); /// <summary>Buffer cannot be empty.</summary> internal static string @ZstandardDictionary_EmptyBuffer => GetResourceString("ZstandardDictionary_EmptyBuffer"); /// <summary>Failed to create Zstandard compression dictionary.</summary> internal static string @ZstandardDictionary_CreateCompressionFailed => GetResourceString("ZstandardDictionary_CreateCompressionFailed"); /// <summary>Failed to create Zstandard decompression dictionary.</summary> internal static string @ZstandardDictionary_CreateDecompressionFailed => GetResourceString("ZstandardDictionary_CreateDecompressionFailed"); /// <summary>The sum of sample lengths does not match the length of the samples buffer.</summary> internal static string @ZstandardDictionary_SampleLengthsMismatch => GetResourceString("ZstandardDictionary_SampleLengthsMismatch"); /// <summary>At least {0} samples are required to train the dictionary.</summary> internal static string @ZstandardDictionary_Train_MinimumSampleCount => GetResourceString("ZstandardDictionary_Train_MinimumSampleCount"); /// <summary>Sample lengths must be positive values.</summary> internal static string @ZstandardDictionary_Train_InvalidSampleLength => GetResourceString("ZstandardDictionary_Train_InvalidSampleLength"); /// <summary>An internal error has occurred: {0}.</summary> internal static string @Zstd_InternalError => GetResourceString("Zstd_InternalError"); /// <summary>Invalid offset to the Zip64 End of Central Directory record.</summary> internal static string @InvalidOffsetToZip64EOCD => GetResourceString("InvalidOffsetToZip64EOCD"); /// <summary>Cannot open entry for writing when archive is opened in read-only mode.</summary> internal static string @CannotBeWrittenInReadMode => GetResourceString("CannotBeWrittenInReadMode"); /// <summary>Cannot open entry for reading when archive is opened in create mode.</summary> internal static string @CannotBeReadInCreateMode => GetResourceString("CannotBeReadInCreateMode"); /// <summary>The specified FileAccess value is not valid.</summary> internal static string @InvalidFileAccess => GetResourceString("InvalidFileAccess"); /// <summary>An attempt was made to move the position before the beginning of the stream.</summary> internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin"); /// <summary>The encrypted data size in the archive is invalid.</summary> internal static string @InvalidWinZipSize => GetResourceString("InvalidWinZipSize"); /// <summary>The password did not match.</summary> internal static string @InvalidPassword => GetResourceString("InvalidPassword"); /// <summary>The authentication code does not match. The archive may be corrupted.</summary> internal static string @WinZipAuthCodeMismatch => GetResourceString("WinZipAuthCodeMismatch"); /// <summary>Entry is not encrypted.</summary> internal static string @EntryNotEncrypted => GetResourceString("EntryNotEncrypted"); /// <summary>A password is required for encrypted entries.</summary> internal static string @PasswordRequired => GetResourceString("PasswordRequired"); /// <summary>A non-empty password is required for creating an encrypted entry.</summary> internal static string @EmptyPassword => GetResourceString("EmptyPassword"); /// <summary>Invalid AES strength value.</summary> internal static string @InvalidAesStrength => GetResourceString("InvalidAesStrength"); /// <summary>The encryption header is truncated.</summary> internal static string @TruncatedZipCryptoHeader => GetResourceString("TruncatedZipCryptoHeader"); /// <summary>Stream does not support reading.</summary> internal static string @IO_NotSupported_UnreadableStream => GetResourceString("IO_NotSupported_UnreadableStream"); /// <summary>Stream does not support seeking.</summary> internal static string @IO_NotSupported_UnseekableStream => GetResourceString("IO_NotSupported_UnseekableStream"); /// <summary>Stream does not support writing.</summary> internal static string @IO_NotSupported_UnwritableStream => GetResourceString("IO_NotSupported_UnwritableStream"); /// <summary>The CRC32 checksum of the extracted data does not match the expected value from the archive.</summary> internal static string @CrcMismatch => GetResourceString("CrcMismatch"); /// <summary>The decompressed data length does not match the expected value from the archive.</summary> internal static string @UnexpectedStreamLength => GetResourceString("UnexpectedStreamLength"); /// <summary>Encryption type is not specified.</summary> internal static string @EncryptionNotSpecified => GetResourceString("EncryptionNotSpecified"); /// <summary>Encryption method should not be specified in read mode.</summary> internal static string @EncryptionReadMode => GetResourceString("EncryptionReadMode"); /// <summary>Encryption method should not be specified in update mode.</summary> internal static string @EncryptionUpdateMode => GetResourceString("EncryptionUpdateMode"); /// <summary>WinZip AES encryption is not supported on this platform.</summary> internal static string @WinZipEncryptionNotSupportedOnPlatform => GetResourceString("WinZipEncryptionNotSupportedOnPlatform"); /// <summary>The entry's encryption method is not supported.</summary> internal static string @UnsupportedEncryptionMethod => GetResourceString("UnsupportedEncryptionMethod"); } }