Package Functions | |
| InflateBlocks (ZlibCodec codec, System.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 = new int[1] |
| int[] | tb = new int[1] |
| InflateCodes | codes = new InflateCodes() |
| int | last |
| ZlibCodec | _codec |
| int | bitk |
| int | bitb |
| int[] | hufts |
| byte[] | window |
| int | end |
| int | readAt |
| int | writeAt |
| System.Object | checkfn |
| uint | check |
| InfTree | inftree = new InfTree() |
Static Package Attributes | |
| static readonly int[] | border |
Private Types | |
| enum | InflateBlockMode { InflateBlockMode.TYPE = 0, InflateBlockMode.LENS = 1, InflateBlockMode.STORED = 2, InflateBlockMode.TABLE = 3, InflateBlockMode.BTREE = 4, InflateBlockMode.DTREE = 5, InflateBlockMode.CODES = 6, InflateBlockMode.DRY = 7, InflateBlockMode.DONE = 8, InflateBlockMode.BAD = 9 } |
Private Attributes | |
| const int | MANY = 1440 |
| InflateBlockMode | mode |
|
private |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
package |
|
package |
|
package |
|
package |
|
package |
|
staticpackage |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
private |
|
private |
|
package |
|
package |
|
package |
|
package |
|
package |