haxe_io_Bytes
haxe_io_Bytes
Overview
haxe_io_Bytes 是Python的Aspose.Font FOSS中的一个类.
这个类提供了5种方法,用于在Python程序中使用haxe_io_Bytes对象. 有的方法包括: __init__, alloc, blit, getString, ofData. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: b, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
length | `` | Read | 得到长度. |
b | `` | Read | 得到了b. |
Methods
| Signature | Description |
|---|---|
__init__(length, b) | Calls 开始 在这个haxe_io_Bytes实例上. |
blit(pos, src, srcpos, _hx_len) | 从 src开始的 _hx_len 字节在 sr cpos 中复制到 pos 的这个缓冲器中. |
getString(pos, _hx_len) | 返回一个由 pos 开始的 _ hx_ len bytes 所构建的字符串. |
alloc(length) | `分配指定长度的可变字节缓冲器. |
ofData(b) | 在这个haxe_io_Bytes实例上调用数据. |