BinaryTokenizer
Overview
BinaryTokenizer is a class in Aspose.3D FOSS for TypeScript.
BinaryTokenizer.constructor creates a tokenizer instance using the provided Buffer data.
This class declares 2 methods for BinaryTokenizer objects in TypeScript programs.
Available methods include: constructor, tokenize.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
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 |