Class org.as2lib.io.file.XmlFileFactory

Implemented Interfaces

TextFileFactory

Description

XmlFileFactory is a implementation of TextFileFactory for creating XmlFile instances.

Method Index

createTextFile()

Inherited from BasicClass

Method Detail

createTextFile

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

Creates a new XmlFile instance for the loaded resource.

Parameters

sourcecontent of the File to create
sizesize in Byte of the loaded resource
urilocation of the loaded resource

Return

XmlFile that represents the resource

Specified By

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