BinaryTokenizer
Přehled
BinaryTokenizer je třída v Aspose.3d pro Python.
BinaryTokenizer.tokenize() analyzuje binární vstup do sekvence tokenů pro další zpracování.
Metody
| Name | Type | Access | Description |
|---|---|---|---|
data | `` | Read | Gets the data. |
cursor | `` | Read | Gets the cursor. |
is_64bit | `` | Read | Gets the is 64bit. |
| Signature | Description |
|---|---|
__init__(data) | |
tokenize() | Parses the binary data stream and advances the cursor accordingly |