artifacts\obj\System.IO.Compression\Debug\net10.0-unix\System.SR.cs (59)
16internal static string @ArgumentOutOfRange_Enum => GetResourceString("ArgumentOutOfRange_Enum", @"Enum value was out of legal range.");
18internal static string @CannotReadFromDeflateStream => GetResourceString("CannotReadFromDeflateStream", @"Reading from the compression stream is not supported.");
20internal static string @CannotWriteToDeflateStream => GetResourceString("CannotWriteToDeflateStream", @"Writing to the compression stream is not supported.");
22internal static string @GenericInvalidData => GetResourceString("GenericInvalidData", @"Found invalid data while decoding.");
24internal static string @InvalidBeginCall => GetResourceString("InvalidBeginCall", @"Only one asynchronous reader or writer is allowed time at one time.");
26internal static string @InvalidBlockLength => GetResourceString("InvalidBlockLength", @"Block length does not match with its complement.");
28internal static string @InvalidHuffmanData => GetResourceString("InvalidHuffmanData", @"Failed to construct a huffman tree using the length array. The stream might be corrupted.");
30internal static string @NotSupported => GetResourceString("NotSupported", @"This operation is not supported.");
32internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
34internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
36internal static string @UnknownBlockType => GetResourceString("UnknownBlockType", @"Unknown block type. Stream might be corrupted.");
38internal static string @UnknownState => GetResourceString("UnknownState", @"Decoder is in some unknown state. This might be caused by corrupted data.");
40internal static string @ZLibErrorDLLLoadError => GetResourceString("ZLibErrorDLLLoadError", @"The underlying compression routine could not be loaded correctly.");
42internal static string @ZLibErrorInconsistentStream => GetResourceString("ZLibErrorInconsistentStream", @"The stream state of the underlying compression routine is inconsistent.");
44internal static string @ZLibErrorIncorrectInitParameters => GetResourceString("ZLibErrorIncorrectInitParameters", @"The underlying compression routine received incorrect initialization parameters.");
46internal static string @ZLibErrorNotEnoughMemory => GetResourceString("ZLibErrorNotEnoughMemory", @"The underlying compression routine could not reserve sufficient memory.");
48internal static string @ZLibErrorVersionMismatch => GetResourceString("ZLibErrorVersionMismatch", @"The version of the underlying compression routine does not match expected version.");
50internal static string @ZLibErrorUnexpected => GetResourceString("ZLibErrorUnexpected", @"The underlying compression routine returned an unexpected error code.");
52internal static string @CDCorrupt => GetResourceString("CDCorrupt", @"Central Directory corrupt.");
54internal static string @CentralDirectoryInvalid => GetResourceString("CentralDirectoryInvalid", @"Central Directory is invalid.");
56internal static string @CreateInReadMode => GetResourceString("CreateInReadMode", @"Cannot create entries on an archive opened in read mode.");
58internal static string @CreateModeCapabilities => GetResourceString("CreateModeCapabilities", @"Cannot use create mode on a non-writable stream.");
60internal static string @CreateModeCreateEntryWhileOpen => GetResourceString("CreateModeCreateEntryWhileOpen", @"Entries cannot be created while previously created entries are still open.");
62internal static string @CreateModeWriteOnceAndOneEntryAtATime => GetResourceString("CreateModeWriteOnceAndOneEntryAtATime", @"Entries in create mode may only be written to once, and only one entry may be held open at a time.");
64internal static string @DateTimeOutOfRange => GetResourceString("DateTimeOutOfRange", @"The DateTimeOffset specified cannot be converted into a Zip file timestamp.");
66internal static string @DeletedEntry => GetResourceString("DeletedEntry", @"Cannot modify deleted entry.");
68internal static string @DeleteOnlyInUpdate => GetResourceString("DeleteOnlyInUpdate", @"Delete can only be used when the archive is in Update mode.");
70internal static string @DeleteOpenEntry => GetResourceString("DeleteOpenEntry", @"Cannot delete an entry currently open for writing.");
72internal static string @EntriesInCreateMode => GetResourceString("EntriesInCreateMode", @"Cannot access entries in Create mode.");
74internal static string @EntryNameAndCommentEncodingNotSupported => GetResourceString("EntryNameAndCommentEncodingNotSupported", @"The specified encoding is not supported for entry names and comments.");
76internal static string @EntryNamesTooLong => GetResourceString("EntryNamesTooLong", @"Entry names cannot require more than 2^16 bits.");
78internal static string @EntryTooLarge => GetResourceString("EntryTooLarge", @"Entries larger than 4GB are not supported in Update mode.");
80internal static string @EOCDNotFound => GetResourceString("EOCDNotFound", @"End of Central Directory record could not be found.");
82internal static string @FieldTooBigCompressedSize => GetResourceString("FieldTooBigCompressedSize", @"Compressed Size cannot be held in an Int64.");
84internal static string @FieldTooBigLocalHeaderOffset => GetResourceString("FieldTooBigLocalHeaderOffset", @"Local Header Offset cannot be held in an Int64.");
86internal static string @FieldTooBigNumEntries => GetResourceString("FieldTooBigNumEntries", @"Number of Entries cannot be held in an Int64.");
88internal static string @FieldTooBigOffsetToCD => GetResourceString("FieldTooBigOffsetToCD", @"Offset to Central Directory cannot be held in an Int64.");
90internal static string @FieldTooBigOffsetToZip64EOCD => GetResourceString("FieldTooBigOffsetToZip64EOCD", @"Offset to Zip64 End Of Central Directory record cannot be held in an Int64.");
92internal static string @FieldTooBigUncompressedSize => GetResourceString("FieldTooBigUncompressedSize", @"Uncompressed Size cannot be held in an Int64.");
94internal static string @FrozenAfterWrite => GetResourceString("FrozenAfterWrite", @"Cannot modify entry in Create mode after entry has been opened for writing.");
96internal static string @HiddenStreamName => GetResourceString("HiddenStreamName", @"A stream from ZipArchiveEntry has been disposed.");
98internal static string @LengthAfterWrite => GetResourceString("LengthAfterWrite", @"Length properties are unavailable once an entry has been opened for writing.");
100internal static string @LocalFileHeaderCorrupt => GetResourceString("LocalFileHeaderCorrupt", @"A local file header is corrupt.");
102internal static string @NumEntriesWrong => GetResourceString("NumEntriesWrong", @"Number of entries expected in End Of Central Directory does not correspond to number of entries in Central Directory.");
104internal static string @ReadingNotSupported => GetResourceString("ReadingNotSupported", @"This stream from ZipArchiveEntry does not support reading.");
106internal static string @ReadModeCapabilities => GetResourceString("ReadModeCapabilities", @"Cannot use read mode on a non-readable stream.");
108internal static string @ReadOnlyArchive => GetResourceString("ReadOnlyArchive", @"Cannot modify read-only archive.");
110internal static string @SeekingNotSupported => GetResourceString("SeekingNotSupported", @"This stream from ZipArchiveEntry does not support seeking.");
112internal static string @SetLengthRequiresSeekingAndWriting => GetResourceString("SetLengthRequiresSeekingAndWriting", @"SetLength requires a stream that supports seeking and writing.");
114internal static string @SplitSpanned => GetResourceString("SplitSpanned", @"Split or spanned archives are not supported.");
116internal static string @TruncatedData => GetResourceString("TruncatedData", @"Found truncated data while decoding.");
118internal static string @UnexpectedEndOfStream => GetResourceString("UnexpectedEndOfStream", @"Zip file corrupt: unexpected end of stream reached.");
120internal static string @UnsupportedCompression => GetResourceString("UnsupportedCompression", @"The archive entry was compressed using an unsupported compression method.");
122internal static string @UnsupportedCompressionMethod => GetResourceString("UnsupportedCompressionMethod", @"The archive entry was compressed using {0} and is not supported.");
124internal static string @UpdateModeCapabilities => GetResourceString("UpdateModeCapabilities", @"Update mode requires a stream with read, write, and seek capabilities.");
126internal static string @UpdateModeOneStream => GetResourceString("UpdateModeOneStream", @"Entries cannot be opened multiple times in Update mode.");
128internal static string @WritingNotSupported => GetResourceString("WritingNotSupported", @"This stream from ZipArchiveEntry does not support writing.");
130internal static string @Zip64EOCDNotWhereExpected => GetResourceString("Zip64EOCDNotWhereExpected", @"Zip 64 End of Central Directory Record not where indicated.");
132internal static string @PlatformNotSupported_Compression => GetResourceString("PlatformNotSupported_Compression", @"System.IO.Compression is not supported on this platform.");