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 = 0 |
| int | need |
| int | lit |
| int | bitsToGet |
| int | dist |
| byte | lbits |
| byte | dbits |
| int[] | ltree |
| int | ltree_index |
| int[] | dtree |
| int | dtree_index |
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 |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
private |
|
package |
|
private |
|
package |
|
private |
|
package |
|
private |
|
package |
|
package |
|
private |
|
package |
|
private |
|
package |
|
private |
|
private |
|
package |
|
package |
|
package |
|
package |
|
package |
|
private |
|
package |
|
package |
|
private |