vsp.readConfig
Class ReadConfigGauss

java.lang.Object
  extended by vsp.readConfig.ReadConfig
      extended by vsp.readConfig.ReadConfigGauss

public class ReadConfigGauss
extends ReadConfig

Author:
Jan Tichava

Field Summary
private  ConfigGauss config
          Gauss config
 
Constructor Summary
ReadConfigGauss(String fileName)
          Creates new Gauss reader and call parent
 
Method Summary
 Config read()
          Read config file
private  ConfigGauss readBody(ConfigGauss config)
          Read config body
 
Methods inherited from class vsp.readConfig.ReadConfig
finalize, readHead, readHead, readLine
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

private ConfigGauss config
Gauss config

Constructor Detail

ReadConfigGauss

public ReadConfigGauss(String fileName)
                throws FileNotFoundException
Creates new Gauss reader and call parent

Parameters:
fileName -
Throws:
FileNotFoundException
Method Detail

readBody

private ConfigGauss readBody(ConfigGauss config)
                      throws NumberFormatException,
                             IOException
Read config body

Parameters:
config -
Returns:
Throws:
NumberFormatException
IOException

read

public Config read()
            throws NumberFormatException,
                   IOException
Read config file

Specified by:
read in class ReadConfig
Returns:
Throws:
NumberFormatException
IOException