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
|
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 |
Definition at line 9 of file InflateBlocks.cs.