TextFileFactory
XmlFileFactory
is a implementation of TextFileFactory for creating
XmlFile
instances.
public function createTextFile(source:String, size:Byte, uri:String):TextFile
Creates a new XmlFile
instance for the loaded resource.
source | content of the File to create
|
size | size in Byte of the loaded resource |
uri | location of the loaded resource |
XmlFile
that represents the resource