decode_Decode
Overview
decode_Decode Python için Aspose.Font FOSS sınıfıdır.
Bu sınıf, Python programlarında decode_Decode nesneleriyle çalışmak için 23 yöntem sunar. Mevcut yöntemler şunları içerir: BROTLI_FAILURE, BROTLI_LOG, BROTLI_LOG_ARRAY_INDEX, BROTLI_LOG_UCHAR_VECTOR, BROTLI_LOG_UINT, BrotliDecompress, BrotliDecompressStreaming, BrotliDecompressedSize, CopyUncompressedBlockToOutput, DecodeBlockType, DecodeBlockTypeWithContext, DecodeContextMap,11 adet daha yöntemler. Tüm kamu üyeleri, Python paket için Aspose.Font FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir.
Methods
| Signature | Description |
|---|---|
BROTLI_FAILURE() | Brotli başarısızlık göstergesi geri döndürüldü |
BROTLI_LOG_UINT(x) | Debugging için imzalanmamış bir bütün değeri kaydeder |
BROTLI_LOG_ARRAY_INDEX(array_name, idx) | Array_name idx’te öğeyi kaydeder |
BROTLI_LOG(x) | x içeren bir genetik çöplük mesajı yazar |
BROTLI_LOG_UCHAR_VECTOR(v, _hx_len) | Uzunlukta imzalanmamış çarların bir vektörü kaydedilir _hx_len |
DecodeWindowBits(br) | Bit Reader br’den pencere boyutunu okuyar |
DecodeVarLenUint8(br) | ‘Brotli bit okuyucu’dan bir değişken uzunluğu imzalanmamış 8-bit bütünü okur |
JumpToByteBoundary(br) | Bu dekode_decode örneğinden JumpToByteBoundary çağırın. |
DecodeMetaBlockLength(br, meta_block_length, input_end, is_metadata, is_uncompressed) | Metat blok uzunluğu ve ilgili bayraklar |
ReadSymbol(table, table_off, br) | Bu dekode_decode örneğinden ReadSymbol çağırın. |
ReadHuffmanCodeLengths(code_length_code_lengths, num_symbols, code_lengths, s) | Huffman’ın simgeler için kod uzunlukları okuyor |
ReadHuffmanCode(alphabet_size, table, table_off, opt_table_size, s) | Bu alphabet için bir Huffman kod tablosu oluşturur |
ReadBlockLength(table, table_off, br) | Bir tablo kullanarak kompres blok uzunluğunu okuyar. |
TranslateShortCodes(code, ringbuffer, index) | Kısa kodları ringbufferde tam değerlere yayar |
InverseMoveToFrontTransform(v, v_len) | Array v’de bir hareket-do-front dönüşümünü tersine çevirir |
HuffmanTreeGroupDecode(group, s) | Huffman ağaçlarının bir kısmını akıştan çıkarın. |
DecodeContextMap(context_map_size, num_htrees, context_map, s) | Huffman ağaçları için bir bağlam haritası okuyun |
DecodeBlockType(max_block_type, trees, tree_type, block_types, ringbuffers, indexes, br) | sağlanan ağaçlar ve bufferler kullanarak blok türünü belirler |
DecodeBlockTypeWithContext(s, br) | Bir blok tipi, mevcut bağlamı göz önünde bulundurarak dekore edilir. |
CopyUncompressedBlockToOutput(output, pos, s) | Toprak pozisyonu pozisyona çıkış verilerini kopyalayın |
BrotliDecompressedSize(encoded_size, encoded_buffer, encoded_buffer_off, decoded_size) | Bilgisayarlar beklenen dekompres boyutu |
BrotliDecompressStreaming(input, output, finish, s) | Brotli verilerini akış modunda dekompres eder |
BrotliDecompress(input, output) | Brotli kodlanmış bir bufferin üretime tamamen dekompres edilmesi |