new Util()
- Source:
Members
-
<static> Base64
-
Base64 encoding / decoding http://www.webtoolkit.info/
- Source:
Methods
-
<private, static> asciiCharCodeAt()
-
- Source:
-
<static> genUUID()
-
Generate a random uuid. http://www.broofa.com mailto:robert@broofa.com Copyright (c) 2010 Robert Kieffer Dual licensed under the MIT and GPL licenses. EXAMPLES: >>> Math.uuid() "92329D39-6F5C-4520-ABFC-AAB64544E172"
- Source:
-
<static> Unzip()
-
Unzip zip files
- Source:
-
<static> utf8Decode(string) → {String}
-
Decoding string into utf-8
Parameters:
Name Type Description string
String to decode - Source:
Returns:
utf8 decoded string- Type
- String