Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Base64Utils

Index

Properties

Static Private _keyStr

_keyStr: string = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="

Accessors

Static nativeBase64

  • get nativeBase64(): boolean

Methods

Static decode

  • decode(input: string): string

Static decodeBase64AsArray

  • decodeBase64AsArray(input: string, bytes: number): Uint32Array

Static decodeCSV

  • decodeCSV(input: string): Array<number>

Static Private decompress

  • decompress(data: string, decoded: any, compression: string): any

Static encode

  • encode(input: string): string

Generated using TypeDoc