FileHandler Class
From MiniProjekt
A Sandcastle Documented Class Library
FileHandler Class |
Filehandler handles all loading and reading of files
When reading the files, it will insert each line from the textfiles in their respective objects
Namespace: MiniProjekt
Assembly: MiniProjekt - Tournament (in MiniProjekt - Tournament.exe) Version: 1.0.0.0 (1.0.0.0)
The FileHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| FileHandler |
Constructor of FileHandler: Indicate what FileHandler will need in order to be instantiated
|
| Name | Description | |
|---|---|---|
| Delimiter |
FileHandler property: Is used to indicate what separates important information from the textfiles from eachother
| |
| FileName |
FileHandler property: Handles the use of the string FileName that indcates which file the Filehandler should search for.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetListFemalePlayers |
Reads the textfile with FemalePlayers.
Each line from the textfile indicate a new object instance of TennisPlayer
| |
| GetListFemaleReferee |
Reads the textfile with Female Referees
Each line from the textfile indicate a new object instnce of TennisPlayer
| |
| GetListMalePlayers |
Reads the textfile with male players.
Each line from the textfile indicate a new object instance of TennisPlayer
| |
| GetListMaleReferee |
Reads the textfile with Male Referees
Each Line from the textfile indicate a new object instance of Tennisplayer
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _content | ||
| _listOfFemalePlayers | ||
| _listOfFemaleReferee | ||
| _listOfMalePlayers | ||
| _listOfMaleReferee |