|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthhreco.apps.MergeFiles
Merge given SML files into one single file.
Constructor Summary | |
MergeFiles()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
Usage: java hhreco.apps.MergeFiles in1 in2 ... |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MergeFiles()
Method Detail |
public static void main(java.lang.String[] argv)
The first n-1 arguments (e.g. in1, in2, ...) are the files to be merged, and the last argument (e.g. out) is the name of the final output file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |