Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 Thread, Thread
 ThreadManager, ThreadManager
 TimeObject, TimeObject
 toBinaryString, CoreData
 toDollarString, CoreData
 toHexString, CoreData
 toHexValue, CoreData
 toString, DateObject
U
 updateFastBuffer, LoadItem
 urlDecode, CoreData
V
 valueExists, CoreData
 verifyXMLs, XMLs
X
 XMLs, XMLs
public function Thread (threadObj: Object)
Constructor method for the class.
public function ThreadManager ()
Constructor method for the class.
public function TimeObject(... args)
Creates a new TimeObject instance.
public function toBinaryString (inputNum: *):String
Converts the input number to its binary representation as a string.
public function toDollarString (inp: Number,
dollarSign: String):String
Converts an input number (integer or real) into a properly formatted dollar string in the format “$##.##” (more or less numbers are used for the dollar value depending on the size of the number).
public function toHexString(input: String):String
Converts the input string to its hexadecimal representation.
public function toHexValue(input: Number):String
Converts the input number to its hexadecimal string representation.
override public function toString():String
The default return handler for any object-to-string requests such as trace statements.
public function updateFastBuffer ():void
Updates the internal fast buffer which is read on a regular interval, as opposed to the standard progress event broadcast whenever a block of data is read.
public function urlDecode(inString: String):String
Decodes URL-encoded entities in the inut string to their actual values.
public function valueExists(... value):Boolean
Checks whether or not the value in the parameter exists.
private function verifyXMLs(startNode: XML):Boolean
public function XMLs(...args)
The constructor method for the class.