terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Ionic.Zlib.InflateBlocks Class Referencesealed

Package Functions

 InflateBlocks (ZlibCodec codec, object checkfn, int w)
 
uint Reset ()
 
int Process (int r)
 
void Free ()
 
void SetDictionary (byte[] d, int start, int n)
 
int SyncPoint ()
 
int Flush (int r)
 

Package Attributes

int left
 
int table
 
int index
 
int[] blens
 
int[] bb
 
int[] tb
 
InflateCodes codes
 
int last
 
ZlibCodec _codec
 
int bitk
 
int bitb
 
int[] hufts
 
byte[] window
 
int end
 
int readAt
 
int writeAt
 
object checkfn
 
uint check
 
InfTree inftree
 

Static Package Attributes

static readonly int[] border
 

Private Types

enum  InflateBlockMode {
  TYPE , LENS , STORED , TABLE ,
  BTREE , DTREE , CODES , DRY ,
  DONE , BAD
}
 

Static Private Member Functions

static InflateBlocks ()
 

Private Attributes

InflateBlocks.InflateBlockMode mode
 

Static Private Attributes

const int MANY = 1440
 

Detailed Description

Definition at line 6 of file InflateBlocks.cs.


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