base64Decode
base64Decode: ((str: string, url?: boolean) => Uint8Array)
base64Encode
base64Encode: ((buf: Uint8Array, url?: boolean) => string)
hexDecode
hexDecode: ((str: string) => Uint8Array)
hexEncode
hexEncode: ((buf: Uint8Array) => string)
utf8ByteLength
utf8ByteLength: ((str: string) => number)
utf8Decode
utf8Decode: ((buf: Uint8Array) => string)
utf8Encode
utf8Encode: ((str: string) => Uint8Array)
Platform-specific functions used by TlBinaryReader and TlBinaryWriter