ArrayBuffer constructor
init
Initializes a new instance of the ArrayBuffer
class.
def __init__(self, length):
...
Parameter | Type | Description |
---|---|---|
length | int | The size, in bytes, of the array buffer to create. |
init
Initializes a new instance of the ArrayBuffer
class.
def __init__(self, data):
...
Parameter | Type | Description |
---|---|---|
data | bytes | The raw binary data. |
See Also
- module
aspose.html
- class
ArrayBuffer