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 provides 2 methods for working with BinaryTokenizer objects in Typescript programs.
Available methods include: constructor, tokenize.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Description
BinaryTokenizer is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 0 properties for programmatic use.
Core capabilities include: Creates a tokenizer instance using the provided buffer data. These operations enable developers to integrate binarytokenizer functionality directly into TypeScript applications.
Instances are created through a single constructor that initializes the object with default values.
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 |