haxe_io_Bytes
Overview
haxe_io_Bytes is a class in Aspose.Font FOSS for Python.
This class provides 5 methods for working with haxe_io_Bytes objects in Python programs.
Available methods include: __init__, alloc, blit, getString, ofData.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: b, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
length | `` | Read | Gets the length. |
b | `` | Read | Gets the b. |
Methods
| Signature | Description |
|---|---|
__init__(length, b) | Calls init on this haxe_io_Bytes instance. |
blit(pos, src, srcpos, _hx_len) | Copies _hx_len bytes from src starting at srcpos into this buffer at pos |
getString(pos, _hx_len) | Returns a string constructed from _hx_len bytes starting at pos |
alloc(length) | ` allocates a mutable byte buffer of the specified length |
ofData(b) | Calls ofData on this haxe_io_Bytes instance. |