else
{
CM19AInputReader inputReader;
if (commandLine.hasOption("f"))
{
inputReader = new FilePipeReader(new File(commandLine.getOptionValue("f")));
}
else if (commandLine.hasOption("sp"))
{
inputReader = new SocketReader(Integer.valueOf(commandLine.getOptionValue("sp")));
}