BinaryTokenizer
Overview
BinaryTokenizer is a class in Aspose.3D FOSS for Python.
BinaryTokenizer.tokenize() parses the binary data stream and advances the cursor accordingly.
This class provides 2 methods for working with BinaryTokenizer objects in Python programs.
Available methods include: __init__, tokenize.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: cursor, data, is_64bit.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | `` | Read | Gets the data. |
cursor | `` | Read | Gets the cursor. |
is_64bit | `` | Read | Gets the is 64bit. |
Methods
| Signature | Description |
|---|---|
__init__(data) | |
tokenize() | Parses the binary data stream and advances the cursor accordingly |