|
| | DeflateManager () |
| |
| void | _InitializeBlocks () |
| |
| void | pqdownheap (short[] tree, int k) |
| |
| void | scan_tree (short[] tree, int max_code) |
| |
| int | build_bl_tree () |
| |
| void | send_all_trees (int lcodes, int dcodes, int blcodes) |
| |
| void | send_tree (short[] tree, int max_code) |
| |
| void | send_code (int c, short[] tree) |
| |
| void | send_bits (int value, int length) |
| |
| void | _tr_align () |
| |
| bool | _tr_tally (int dist, int lc) |
| |
| void | send_compressed_block (short[] ltree, short[] dtree) |
| |
| void | set_data_type () |
| |
| void | bi_flush () |
| |
| void | bi_windup () |
| |
| void | copy_block (int buf, int len, bool header) |
| |
| void | flush_block_only (bool eof) |
| |
| BlockState | DeflateNone (FlushType flush) |
| |
| void | _tr_stored_block (int buf, int stored_len, bool eof) |
| |
| void | _tr_flush_block (int buf, int stored_len, bool eof) |
| |
| BlockState | DeflateFast (FlushType flush) |
| |
| BlockState | DeflateSlow (FlushType flush) |
| |
| int | longest_match (int cur_match) |
| |
| int | Initialize (ZlibCodec codec, CompressionLevel level) |
| |
| int | Initialize (ZlibCodec codec, CompressionLevel level, int bits) |
| |
| int | Initialize (ZlibCodec codec, CompressionLevel level, int bits, CompressionStrategy compressionStrategy) |
| |
| int | Initialize (ZlibCodec codec, CompressionLevel level, int windowBits, int memLevel, CompressionStrategy strategy) |
| |
| void | Reset () |
| |
| int | End () |
| |
| int | SetParams (CompressionLevel level, CompressionStrategy strategy) |
| |
| int | SetDictionary (byte[] dictionary) |
| |
| int | Deflate (FlushType flush) |
| |
| delegate BlockState | CompressFunc (FlushType flush) |
| |
Definition at line 8 of file DeflateManager.cs.