Class org.as2lib.io.file.PropertiesFileFactory

Implemented Interfaces

TextFileFactory

Description

PropertiesFileFactory is a implementation of TextFileFactory for creating PropertiesFile instances.

Method Index

createTextFile()

Inherited from BasicClass

Method Detail

createTextFile

public function createTextFile(source:String, size:Byte, uri:String):TextFile

Creates a new PropertiesFile instance for the loaded resource.

Parameters

sourcecontent of the file to create
sizesize in bytes of the loaded resource
urilocation of the loaded resource

Return

a property file that represents the resource

Specified By

createTextFile() in org.as2lib.io.file.TextFileFactory