Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Flags

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Flags(num: number): Flags

Properties

raw

raw: number

raw number

Accessors

encrypted

  • get encrypted(): boolean

utf8

  • get utf8(): boolean

Methods

clearBit

  • clearBit(pos: number): void

getBit

  • getBit(pos: number): number

setBit

  • setBit(pos: number): void

toBitstring

  • toBitstring(): string

Generated using TypeDoc