FileHandler Methods

MiniProjekt

FileHandler Methods

The FileHandler type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetListFemalePlayers
Reads the textfile with FemalePlayers. Each line from the textfile indicate a new object instance of TennisPlayer
Public methodGetListFemaleReferee
Reads the textfile with Female Referees Each line from the textfile indicate a new object instnce of TennisPlayer
Public methodGetListMalePlayers
Reads the textfile with male players. Each line from the textfile indicate a new object instance of TennisPlayer
Public methodGetListMaleReferee
Reads the textfile with Male Referees Each Line from the textfile indicate a new object instance of Tennisplayer
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also