databionics.io
Class TxtFile

java.lang.Object
  extended by databionics.io.BaseFile
      extended by databionics.io.TxtFile

public class TxtFile
extends BaseFile

Dummy class to provide this FileType for plain text files.


Field Summary
 
Fields inherited from class databionics.io.BaseFile
allowEmptyLines, comment, commentPrefix, delimiter, delimiters, file, header, headerPrefix, loc, log, nf
 
Constructor Summary
TxtFile()
           
 
Method Summary
static FileType getFileType()
          Get the type of file.
 
Methods inherited from class databionics.io.BaseFile
buildHeader, buildLine, checkHeader, checkHeaderAgainstSize, getComment, getFile, getFilename, getHeader, getLocale, getNumberFormat, getSize, init, isHeader, isNaN, isNumber, load, load, parseError, parseHeader, parseLine, save, save, setComment, setFilename, setLocale, writeStringList, writeStringList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxtFile

public TxtFile()
Method Detail

getFileType

public static FileType getFileType()
Get the type of file.



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.