|
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
|
Collaboration diagram for Ionic.Zlib.InflateCodes:Package Functions | |
| InflateCodes () | |
| void | Init (int bl, int bd, int[] tl, int tl_index, int[] td, int td_index) |
| int | Process (InflateBlocks blocks, int r) |
| int | InflateFast (int bl, int bd, int[] tl, int tl_index, int[] td, int td_index, InflateBlocks s, ZlibCodec z) |
Package Attributes | |
| int | mode |
| int | len |
| int[] | tree |
| int | tree_index |
| int | need |
| int | lit |
| int | bitsToGet |
| int | dist |
| byte | lbits |
| byte | dbits |
| int[] | ltree |
| int | ltree_index |
| int[] | dtree |
| int | dtree_index |
Static Private Attributes | |
| const int | START = 0 |
| const int | LEN = 1 |
| const int | LENEXT = 2 |
| const int | DIST = 3 |
| const int | DISTEXT = 4 |
| const int | COPY = 5 |
| const int | LIT = 6 |
| const int | WASH = 7 |
| const int | END = 8 |
| const int | BADCODE = 9 |
Definition at line 8 of file InflateCodes.cs.