BinaryTokenizer

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

NameTypeAccessDescription
data``ReadGets the data.
cursor``ReadGets the cursor.
is_64bit``ReadGets the is 64bit.

Methods

SignatureDescription
__init__(data)
tokenize()Parses the binary data stream and advances the cursor accordingly

See Also