Namespace: util

$. util

Namespace: util

Classes

SAXParser
Zip

Namespaces

codec
compression
sql

Methods

<static> createUuid() → {String}

Creates a unique guid
Throws:
Throws an error if the input content cannot be converted
Returns:
uuid
Type
String

<static> stringify(arrayBuffer) → {String}

Converts an ArrayBuffer containing UTF-8 encoded string to a JavaScript String object
Parameters:
Name Type Description
arrayBuffer ArrayBuffer Object used for the conversion
Throws:
Throws an error if the input content cannot be converted
Returns:
Type
String