Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BitStream

Index

Methods

readBitCellCoord

  • readBitCellCoord(bits: number, coordType: CoordType): number

readBitCoord

  • readBitCoord(): number

readBitCoordMP

  • readBitCoordMP(coordType: CoordType): number

readBitFloat

  • readBitFloat(): number

readBitNormal

  • readBitNormal(): number

readBytes

  • readBytes(bytes: number): Buffer

readCString

  • readCString(): string

readOneBit

  • readOneBit(): boolean

readSBits

  • readSBits(bits: number): number

readString

  • readString(bytes: number): string

readUBitVar

  • readUBitVar(): number

readUBits

  • readUBits(bits: number): number

readUInt16

  • readUInt16(): number

readUInt32

  • readUInt32(): number

readUInt8

  • readUInt8(): number

writeUInt16

  • writeUInt16(value: number): void

writeUInt32

  • writeUInt32(value: number): void

writeUInt8

  • writeUInt8(value: number): void

Generated using TypeDoc