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
| Name | Type | Access | Description |
|---|---|---|---|
f_ | `` | Read | Gets the f . |
buffer_ | `` | Read | Gets the buffer . |
buffer_size_ | `` | Read | Gets the buffer size . |
Methods
| Signature | Description |
|---|---|
__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 |