BinaryTokenizer

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

NameTypeAccessDescription
data``ReadGets the data.
cursor``ReadGets the cursor.
is_64bit``ReadGets the is 64bit.
SignatureDescription
__init__(data)
tokenize()Parses the binary data stream and advances the cursor accordingly
 Čeština