BinaryTokenizer

Overview

BinaryTokenizer is a class in Aspose.3D FOSS for Typescript.

BinaryTokenizer.constructor creates a tokenizer instance using the provided Buffer data.

Methods

SignatureDescription
constructor(_data: Buffer)Creates a tokenizer instance using the provided Buffer data
tokenize()any[]Not implemented in the FOSS edition — throws at runtime. Parses the Buffer and returns an array of token objects

See Also