|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.oasis.DuplicateRemover
Removes duplicate data lines and sorts the data from OASIS data files.
If the file does not contain duplicate or unsorted daa it will not be rewritten.
| Constructor Summary | |
DuplicateRemover(java.io.File f)
|
|
DuplicateRemover(java.lang.String f)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Use as: org.mbari.oasis.DuplicateRemover Inputs: filename = the name of the file to sort and remove duplicates from dataDirectory = A directory of oasis data files. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DuplicateRemover(java.lang.String f)
throws java.io.IOException
f - Name of the oasis data file to clean up.
java.io.IOException - Thrown if unalbe to read the file. Will also be thrown if the file needs to be
rewriten but write permission is not available.
public DuplicateRemover(java.io.File f)
throws java.io.IOException
f - Name of the oasis data file to clean up.| Method Detail |
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||