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 |
Constructor method for the class.
public function Thread ( threadObj: Object )
Constructor method for the class.
public function ThreadManager ()
Creates a new TimeObject instance.
public function TimeObject( ... args )
Converts the input number to its binary representation as a string.
public function toBinaryString ( inputNum: * ):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 toDollarString ( inp: Number, dollarSign: String ):String
Converts the input string to its hexadecimal representation.
public function toHexString( input: String ):String
Converts the input number to its hexadecimal string representation.
public function toHexValue( input: Number ):String
The default return handler for any object-to-string requests such as trace statements.
override public function toString():String
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 updateFastBuffer ():void
Decodes URL-encoded entities in the inut string to their actual values.
public function urlDecode( inString: String ):String
Checks whether or not the value in the parameter exists.
public function valueExists( ... value ):Boolean
private function verifyXMLs( startNode: XML ):Boolean
The constructor method for the class.
public function XMLs( ...args )