BinaryTokenizer
Übersicht über die
BinaryTokenizer ist eine Klasse in Aspose.3d für Python.
BinaryTokenizer.tokenize() analysiert die binäre Eingabe in eine Sequenz von Token für weitere Verarbeitung.
Methoden und Verfahren
| 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 |