@jaisocx/objdata
Version:
ObjData represents the Objects and array and arrays of objects, where no parsing by bytewise chars comparisons are not used (XML and Json are in all text IDEs readable/writable, and use comaparisons of chars), and the instantiating a JavaScript Object ins
8 lines • 506 B
TypeScript
export declare class ObjDataPackage {
static concatByteArrays(arrays: Uint8Array[]): Uint8Array;
static parseByteBufToNumber(byteBuf: Uint8Array, offset: number, len: number): number;
static parseByteBufToText(byteBuf: Uint8Array, offset: number, len: number, charsetName: any): any;
static serializeTextToByteBuf(text: any): Uint8Array;
static serializeNumberToByteBuf(num: number, len: number, offset: number, byteBuf: Uint8Array): void;
}
//# sourceMappingURL=ObjDataPackage.d.ts.map