Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParserBinaryRaw

Index

Constructors

constructor

Methods

_getSid

  • _getSid(): null | number

bigIntValue

  • bigIntValue(): null | bigint

booleanValue

  • booleanValue(): null | boolean

byteValue

  • byteValue(): null | Uint8Array

decimalValue

depth

  • depth(): number

getAnnotation

  • getAnnotation(index: number): any

getAnnotations

  • getAnnotations(): any

getFieldId

  • getFieldId(): null | number

hasAnnotations

  • hasAnnotations(): boolean

ionType

isNull

  • isNull(): boolean

next

  • next(): any

numberValue

  • numberValue(): null | number

source

stepIn

  • stepIn(): void

stepOut

  • stepOut(): void

stringValue

  • stringValue(): null | string

timestampValue

uInt8ArrayValue

  • uInt8ArrayValue(): null | Uint8Array

Static _readFloatFrom

  • _readFloatFrom(input: BinarySpan, numberOfBytes: any): null | number

Static _readSignedIntFrom

Static _readUnsignedIntAsBigIntFrom

  • _readUnsignedIntAsBigIntFrom(input: BinarySpan, numberOfBytes: number): bigint

Static _readVarSignedIntFrom

  • _readVarSignedIntFrom(input: BinarySpan): number

Static _readVarUnsignedIntFrom

  • _readVarUnsignedIntFrom(input: BinarySpan): number