encode_Static_dict

encode_Static_dict

Overview

encode_Static_dict 是Python的Aspose.Font FOSS中的一个类.

本类提供了6种方法,用于在Python程序中使用encode_Static_dict对象. 有的方法包括: AddMatch, DictMatchLength, FindAllStaticDictionaryMatches, Hash_1, IsMatch, __init__. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.

Methods

SignatureDescription
__init__()Calls 开始 在这个 encode_Static_dict 实例上.
Hash_1(data, data_off)计算从 data_off开始的数据缓冲器哈希值.
AddMatch(distance, _hx_len, len_code, matches)记录与距离, _hx_len, len_code 的匹配
DictMatchLength(data, data_off, id, _hx_len)返回 id 和 _ hx_len 的字典对应的长度.
IsMatch(w, data, data_off)测试w字是否与给定的data_off数据相匹配.
FindAllStaticDictionaryMatches(data, data_off, min_length, matches, matches_off)找到至少 min_length 的所有静态字典匹配,并将其存储在 match_off 中.

See Also

 中文