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