BinaryTokenizer
Overview
BinaryTokenizer is a class in Aspose.3D FOSS for Python.
BinaryTokenizer.tokenize() parses the binary data stream and advances the cursor accordingly.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | `` | Read | Holds the raw binary buffer being tokenized |
cursor | `` | Read | Indicates the current read position within the data buffer |
is_64bit | `` | Read | Indicates whether the tokenization operates in 64‑bit mode |
Methods
| Signature | Description |
|---|---|
__init__(data) | |
tokenize() | Parses the binary data stream and advances the cursor accordingly |