nl.liacs.subdisc
Class FileLoaderTXT

java.lang.Object
  extended by nl.liacs.subdisc.FileLoaderTXT
All Implemented Interfaces:
FileLoaderInterface

public class FileLoaderTXT
extends java.lang.Object
implements FileLoaderInterface


Field Summary
 
Fields inherited from interface nl.liacs.subdisc.FileLoaderInterface
DEFAULT_SEPARATOR
 
Constructor Summary
FileLoaderTXT(java.io.File theFile)
           
FileLoaderTXT(java.io.File theFile, Table theTable)
           
 
Method Summary
 Table getTable()
           
 void setSeparator(java.lang.String theNewSeparator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLoaderTXT

public FileLoaderTXT(java.io.File theFile)

FileLoaderTXT

public FileLoaderTXT(java.io.File theFile,
                     Table theTable)
Method Detail

setSeparator

public void setSeparator(java.lang.String theNewSeparator)

getTable

public Table getTable()
Specified by:
getTable in interface FileLoaderInterface