zork2Class
Class FileContentLoader

java.lang.Object
  |
  +--zork2Class.FileContentLoader

public class FileContentLoader
extends java.lang.Object

the class FileContentLoader
creation :5 mai 03 at 17:53:12
load the content of a file

Version:
1.0
Author:
Michel de VERDELHAN

Constructor Summary
FileContentLoader(java.lang.String fichier)
          the constructor for FileContentLoader
 
Method Summary
 java.lang.String loadContent()
          method :String loadContent
load the content of the file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileContentLoader

public FileContentLoader(java.lang.String fichier)
the constructor for FileContentLoader

Parameters:
fichier - the file we want to load the content
Method Detail

loadContent

public java.lang.String loadContent()
method :String loadContent
load the content of the file

Returns:
String containing the content of the file