Platform-specific functions used by TlBinaryReader and TlBinaryWriter

Implements

Constructors

Properties

base64Decode: ((string: string, url?: boolean) => Uint8Array)
base64Encode: ((buf: Uint8Array, url?: boolean) => string)
beforeExit: ((fn: (() => void)) => (() => void))
hexDecode: ((string: string) => Uint8Array)
hexEncode: ((buf: Uint8Array) => string)
log: {}
utf8ByteLength: ((str: string) => number)
utf8Decode: ((buf: Uint8Array) => string)
utf8Encode: ((str: string) => Uint8Array)

Methods