|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.util.file.FlatFileSyncerImpl
public class FlatFileSyncerImpl
Field Summary |
---|
Fields inherited from interface edu.jhu.tmaj.util.file.FlatFileSyncer |
---|
TAB |
Constructor Summary | |
---|---|
FlatFileSyncerImpl()
|
Method Summary | |
---|---|
TableArray |
readFlatFile(java.io.File file,
java.lang.String delimiter)
Reads the supplied File and returns a TableArray based upon the file data. |
void |
writeFlatFile(TableArray tableArray,
java.io.File file,
java.lang.String delimiter)
Writes the supplied tableArray to the supplied file using the supplied delimiter to separate columns. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlatFileSyncerImpl()
Method Detail |
---|
public TableArray readFlatFile(java.io.File file, java.lang.String delimiter)
FlatFileSyncer
readFlatFile
in interface FlatFileSyncer
public void writeFlatFile(TableArray tableArray, java.io.File file, java.lang.String delimiter)
FlatFileSyncer
writeFlatFile
in interface FlatFileSyncer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |