Options
All
  • Public
  • Public/Protected
  • All
Menu

primitiveのエンコード関数をまとめたクラス. Major Typeは7.

Hierarchy

  • PrimitiveEncoder

Index

Properties

Methods

Properties

Static shiftedMajorType

shiftedMajorType: number = majorType.primitive.type << 5

1byteで表現されるdata item headerの先頭3bit. 8bitあるうちの先頭3bitにcategory typeを持ってきたいのでmajor typeを5bitシフトさせる.

Methods

Static primitiveEncode

  • primitiveEncode(num: number): Buffer

Generated using TypeDoc