encode_streams_BrotliIn

encode_streams_BrotliIn

Overview

encode_streams_BrotliIn is a class in Aspose.Font FOSS for Python.

This class provides 2 methods for working with encode_streams_BrotliIn objects in Python programs. Available methods include: Read, __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: buffer_, buffer_size_, f_.

Properties

NameTypeAccessDescription
f_``ReadGets the f .
buffer_``ReadGets the buffer .
buffer_size_``ReadGets the buffer size .

Methods

SignatureDescription
__init__(f, max_read_size)Calls init on this encode_streams_BrotliIn instance.
Read(n, bytes_read)` reads up to n bytes from a Brotli‑compressed input stream and returns the number of bytes actually read

See Also