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

Classes

class  ZLibStreamHandle
 
struct  ZStream
 

Public Types

enum  FlushCode {
  NoFlush = 0 , SyncFlush = 2 , Finish = 4 , Block = 5 ,
  NoFlush = 0 , SyncFlush = 2 , Finish = 4 , Block = 5
}
 
enum  ErrorCode {
  Ok = 0 , StreamEnd = 1 , StreamError = -2 , DataError = -3 ,
  MemError = -4 , BufError = -5 , VersionError = -6 , Ok = 0 ,
  StreamEnd = 1 , StreamError = -2 , DataError = -3 , MemError = -4 ,
  BufError = -5 , VersionError = -6
}
 
enum  CompressionLevel {
  NoCompression = 0 , BestSpeed = 1 , DefaultCompression = -1 , BestCompression = 9 ,
  NoCompression = 0 , BestSpeed = 1 , DefaultCompression = -1 , BestCompression = 9
}
 
enum  CompressionStrategy { DefaultStrategy , DefaultStrategy }
 
enum  CompressionMethod { Deflated = 8 , Deflated = 8 }
 
enum  FlushCode {
  NoFlush = 0 , SyncFlush = 2 , Finish = 4 , Block = 5 ,
  NoFlush = 0 , SyncFlush = 2 , Finish = 4 , Block = 5
}
 
enum  ErrorCode {
  Ok = 0 , StreamEnd = 1 , StreamError = -2 , DataError = -3 ,
  MemError = -4 , BufError = -5 , VersionError = -6 , Ok = 0 ,
  StreamEnd = 1 , StreamError = -2 , DataError = -3 , MemError = -4 ,
  BufError = -5 , VersionError = -6
}
 
enum  CompressionLevel {
  NoCompression = 0 , BestSpeed = 1 , DefaultCompression = -1 , BestCompression = 9 ,
  NoCompression = 0 , BestSpeed = 1 , DefaultCompression = -1 , BestCompression = 9
}
 
enum  CompressionStrategy { DefaultStrategy , DefaultStrategy }
 
enum  CompressionMethod { Deflated = 8 , Deflated = 8 }
 

Static Public Member Functions

static ErrorCode CreateZLibStreamForDeflate (out ZLibStreamHandle zLibStreamHandle, CompressionLevel level, int windowBits, int memLevel, CompressionStrategy strategy)
 
static ErrorCode CreateZLibStreamForInflate (out ZLibStreamHandle zLibStreamHandle, int windowBits)
 
static ErrorCode CreateZLibStreamForDeflate (out ZLibStreamHandle zLibStreamHandle, CompressionLevel level, int windowBits, int memLevel, CompressionStrategy strategy)
 
static ErrorCode CreateZLibStreamForInflate (out ZLibStreamHandle zLibStreamHandle, int windowBits)
 

Static Package Attributes

static readonly IntPtr ZNullPtr = IntPtr.Zero
 

Detailed Description

Definition at line 5 of file ZLibNative.cs.


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