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.

Properties

NameTypeAccessDescription
data``ReadHolds the raw binary buffer being tokenized
cursor``ReadIndicates the current read position within the data buffer
is_64bit``ReadIndicates whether the tokenization operates in 64‑bit mode

Methods

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

See Also