File
represents any file.
Any File
has to have a location and a size.
FileLoader contains the functionality to load a certain file.
public function getLocation(Void):String
Returns the location of the File
corresponding to the content.
Note: Might be the URI of the resource or null if its not requestable or the internal location corresponding to the instance path (if its without any connection to a real file).
location of the resource related to the content
public function getSize(Void):Byte
Returns the size of the File
in bytes.
size of the File
in bytes