Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Type parameters

Hierarchy

Index

Properties

arrayType

arrayType: VariantArrayType

dataType

dataType: DT

dimensions

dimensions: number[]

schema

schema: StructuredTypeSchema

value

value: T

Methods

binaryStoreSize

  • binaryStoreSize(): number
  • Calculate the required size to store this object in a binary stream.

    method

    binaryStoreSize

    Returns number

    number

clone

  • Returns Variant

decode

  • Parameters

    Returns void

decodeDebug

  • Parameters

    Returns void

encode

  • encode(stream: OutputBinaryStream): void
  • Parameters

    • stream: OutputBinaryStream

    Returns void

explore

  • explore(): string
  • Returns string

isValid

  • isValid(): boolean
  • Returns boolean

toJSON

  • toJSON(): any
  • Returns any

toString

  • toString(): string
  • Returns string

Generated using TypeDoc