encode_hash_HashLongestMatch
Overview
encode_hash_HashLongestMatch is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|
num_dict_matches_ | `` | Read | |
num_dict_lookups_ | `` | Read | |
buckets_ | `` | Read | |
num_ | `` | Read | |
kBucketBits | `` | Read | |
kBlockBits | `` | Read | |
kNumLastDistancesToCheck | `` | Read | |
kBucketSize | `` | Read | |
kBlockSize | `` | Read | |
kBlockMask | `` | Read | |
Methods
| Signature | Description |
|---|
__init__(kBucketBits, kBlockBits, kNumLastDistancesToCheck) | |
Reset() | |
Store(data, data_off, ix) | |
FindLongestMatch(data, ring_buffer_mask, distance_cache, cur_ix, max_length, max_backward, best_len_out, best_len_code_out, best_distance_out, best_score_out) | |
FindAllMatches(data, ring_buffer_mask, cur_ix, max_length, max_backward, num_matches, num_matches_off, matches, matches_off) | |