Transfer version 1.1

transfer.com.io
Class FileReader

WEB-INF.cftags.component
        extended by transfer.com.io.FileReader

public class FileReader
extends WEB-INF.cftags.component

Reads Files


Constructor Summary
init(string path)
          Constructor
 
Method Summary
 string getContent()
 string getPath()
private void setContent(string Content)
private void setPath(string Path)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(string path)
Constructor

Parameters:
path - Absolute path to the file
Method Detail

getContent

public string getContent()


getPath

public string getPath()


setContent

private void setContent(string Content)

Parameters:
Content

setPath

private void setPath(string Path)

Parameters:
Path

Transfer version 1.1