Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.Compression.ZipFileExtensions Class Reference

Static Public Member Functions

static ZipArchiveEntry CreateEntryFromFile (this ZipArchive destination, string sourceFileName, string entryName)
 
static ZipArchiveEntry CreateEntryFromFile (this ZipArchive destination, string sourceFileName, string entryName, CompressionLevel compressionLevel)
 
static void ExtractToDirectory (this ZipArchive source, string destinationDirectoryName)
 
static void ExtractToDirectory (this ZipArchive source, string destinationDirectoryName, bool overwriteFiles)
 
static void ExtractToFile (this ZipArchiveEntry source, string destinationFileName)
 
static void ExtractToFile (this ZipArchiveEntry source, string destinationFileName, bool overwrite)
 

Static Package Functions

static ZipArchiveEntry DoCreateEntryFromFile (this ZipArchive destination, string sourceFileName, string entryName, CompressionLevel? compressionLevel)
 
static void ExtractRelativeToDirectory (this ZipArchiveEntry source, string destinationDirectoryName, bool overwrite)
 

Detailed Description

Definition at line 6 of file ZipFileExtensions.cs.


The documentation for this class was generated from the following file: