Interface org.as2lib.io.file.TextFile

Description

TextFile is a holder for human readable external resources.

TextFile provides access to the content of the real file.

TextFile is not built to represent binary files.

Method Index

getContent()

Inherited from File

Inherited from BasicInterface

Method Detail

getContent

public function getContent(Void):String

Returns the complete content of the file.

Return

content of the file