VUE_GabenParadise/node_modules/@protobufjs/utf8
Václav Španinger 452829f0e1 Initial Commit 2020-08-10 14:35:19 +02:00
..
tests Initial Commit 2020-08-10 14:35:19 +02:00
.npmignore Initial Commit 2020-08-10 14:35:19 +02:00
LICENSE Initial Commit 2020-08-10 14:35:19 +02:00
README.md Initial Commit 2020-08-10 14:35:19 +02:00
index.d.ts Initial Commit 2020-08-10 14:35:19 +02:00
index.js Initial Commit 2020-08-10 14:35:19 +02:00
package.json Initial Commit 2020-08-10 14:35:19 +02:00

README.md

@protobufjs/utf8

npm

A minimal UTF8 implementation for number arrays.

API

  • utf8.length(string: string): number
    Calculates the UTF8 byte length of a string.

  • utf8.read(buffer: Uint8Array, start: number, end: number): string
    Reads UTF8 bytes as a string.

  • utf8.write(string: string, buffer: Uint8Array, offset: number): number
    Writes a string as UTF8 bytes.

License: BSD 3-Clause License