Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowIfNotOpenable()

void System.IO.Compression.ZipArchiveEntry.ThrowIfNotOpenable ( bool needToUncompress,
bool needToLoadIntoMemory )
inlinepackage

Definition at line 669 of file ZipArchiveEntry.cs.

670 {
672 {
673 throw new InvalidDataException(message);
674 }
675 }
bool IsOpenable(bool needToUncompress, bool needToLoadIntoMemory, out string message)

References System.IO.Compression.ZipArchiveEntry.IsOpenable().

Referenced by System.IO.Compression.ZipArchiveEntry.OpenInReadMode(), and System.IO.Compression.ZipArchiveEntry.OpenInUpdateMode().