Access keys

PropertiesFileFactory

Kind of class: class
Inherits from: BasicClass
Implements:
Version: 1.0
Author: Martin Heidegger
Classpath: org.as2lib.io.file.PropertiesFileFactory
File last modified: Wednesday, 12 October 2005, 19:17:22
PropertiesFileFactory is a implementation of TextFileFactory for
creating PropertiesFile instances.

Summary

Instance methods
Instance methods inherited from BasicClass

Instance methods

createTextFile

function createTextFile (
source:String, size:Byte, uri:String) : TextFile
Creates a new PropertiesFile instance for the loaded resource.
Parameters:
source:
content of the file to create
size :
size in bytes of the loaded resource
uri :
location of the loaded resource
Returns:
a property file that represents the resource