terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Ionic.Zip Namespace Reference

Classes

class  AddProgressEventArgs
 
class  BadCrcException
 
class  BadPasswordException
 
class  BadReadException
 
class  BadStateException
 
class  ComHelper
 
class  CountingStream
 
class  ExtractProgressEventArgs
 
class  NetCfFile
 
class  OffsetStream
 
class  ReadOptions
 
class  ReadProgressEventArgs
 
class  SaveProgressEventArgs
 
class  SfxGenerationException
 
class  SharedUtilities
 
class  ZipCipherStream
 
class  ZipConstants
 
class  ZipContainer
 
class  ZipCrypto
 
class  ZipEntry
 
class  ZipErrorEventArgs
 
class  ZipException
 
class  ZipFile
 
class  ZipInputStream
 
class  ZipOutput
 
class  ZipOutputStream
 
class  ZipProgressEventArgs
 
class  ZipSegmentedStream
 

Enumerations

enum  AddOrUpdateAction { AddOnly , AddOrUpdate }
 
enum  CompressionMethod { None , Deflate = 8 , BZip2 = 12 }
 
enum  CryptoMode { Encrypt , Decrypt }
 
enum  EncryptionAlgorithm { None , PkzipWeak , Unsupported = 4 }
 
enum  ExtractExistingFileAction { Throw , OverwriteSilently , DoNotOverwrite , InvokeExtractProgressEvent }
 
enum  Zip64Option { Default , Never = 0 , AsNecessary , Always }
 
enum  ZipEntrySource {
  None , FileSystem , Stream , ZipFile ,
  WriteDelegate , JitStream , ZipOutputStream
}
 
enum  ZipEntryTimestamp {
  None = 0 , DOS = 1 , Windows = 2 , Unix = 4 ,
  InfoZip1 = 8
}
 
enum  ZipErrorAction { Throw , Skip , Retry , InvokeErrorEvent }
 
enum  ZipOption { Default , Never = 0 , AsNecessary , Always }
 
enum  ZipProgressEventType {
  Adding_Started , Adding_AfterAddEntry , Adding_Completed , Reading_Started ,
  Reading_BeforeReadEntry , Reading_AfterReadEntry , Reading_Completed , Reading_ArchiveBytesRead ,
  Saving_Started , Saving_BeforeWriteEntry , Saving_AfterWriteEntry , Saving_Completed ,
  Saving_AfterSaveTempArchive , Saving_BeforeRenameTempArchive , Saving_AfterRenameTempArchive , Saving_AfterCompileSelfExtractor ,
  Saving_EntryBytesRead , Extracting_BeforeExtractEntry , Extracting_AfterExtractEntry , Extracting_ExtractEntryWouldOverwrite ,
  Extracting_EntryBytesWritten , Extracting_BeforeExtractAll , Extracting_AfterExtractAll , Error_Saving
}
 

Functions

delegate void CloseDelegate (string entryName, Stream stream)
 
delegate Stream OpenDelegate (string entryName)
 
delegate CompressionLevel SetCompressionCallback (string localFileName, string fileNameInArchive)
 
delegate void WriteDelegate (string entryName, Stream stream)