Options
All
  • Public
  • Public/Protected
  • All
Menu

(Nonstandard) String utility function for 8-bit ASCII with the extended character set. Unlike the ASCII above, we do not mask the high bits.

Placed into a separate file so it can be used with other Buffer implementations.

see

http://en.wikipedia.org/wiki/Extended_ASCII

Hierarchy

  • ExtendedASCII

Index

Methods

Static byte2str

  • byte2str(buff: Buffer): string

Static byteLength

  • byteLength(str: string): number

Static str2byte

  • str2byte(str: string, buf: Buffer): number

Generated using TypeDoc