Options
All
  • Public
  • Public/Protected
  • All
Menu

The core implementation of MsgReader

Hierarchy

  • MsgReader

Index

Constructors

  • new MsgReader(arrayBuffer: ArrayBuffer | DataView): MsgReader

Properties

parserConfig?: ParserConfig

Methods

  • getAttachment(attach: number | FieldsData): { content: Uint8Array; fileName: string }
  • Reads an attachment content by key/ID

    Parameters

    Returns { content: Uint8Array; fileName: string }

    The attachment for specific attachment key

    • content: Uint8Array
    • fileName: string

Generated using TypeDoc