Options
All
  • Public
  • Public/Protected
  • All
Menu

Module core/format/Utilities

Index

Variables

Const Alphabet

Alphabet: "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567" = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567'

Const Decoded_Block_Size

Decoded_Block_Size: 5 = 5

Const Encoded_Block_Size

Encoded_Block_Size: 8 = 8

Const Nibble_To_Char_Map

Nibble_To_Char_Map: string[] = ...

Const idGeneratorConst

idGeneratorConst: { name_pattern: RegExp; namespace_base_id: number[] } = ...

Type declaration

  • name_pattern: RegExp
  • namespace_base_id: number[]

Functions

Const Char_To_Decoded_Char_Map

  • Char_To_Decoded_Char_Map(): any

Const append

  • append(path: any, id: any): any

Const createBuilder

  • createBuilder(): any

Const decodeBlock

  • decodeBlock(input: any, inputOffset: number, output: any, outputOffset: number): any

Const decodeChar

  • decodeChar(c: any): any

Const encodeBlock

  • encodeBlock(input: any, inputOffset: number, output: any, outputOffset: number): any

Const extractPartName

  • extractPartName(name: string, start: number, size: number): string

Const generateNamespaceId

  • generateNamespaceId(parentId: number[], name: string): number[]

Const parseObjectProperties

  • parseObjectProperties(obj: [], parse: any): any

Const split

  • split(name: string, processor: any): any

Const throwInvalidFqn

  • throwInvalidFqn(reason: any, name: any): void

Const tryParseByte

  • tryParseByte(char1: any, char2: any): any

Const tryParseUint

  • tryParseUint(str: string): undefined | number
  • Tries to parse a string representing an unsigned integer.

    Parameters

    • str: string

      The string to parse.

    Returns undefined | number

    The number represented by the input or undefined.

Generated using TypeDoc