|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.jtm.util.FileSplitter
public class FileSplitter
Split a big file into small ones.
| Constructor Summary | |
|---|---|
FileSplitter()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Split a large file into small ones from command line execution. |
static void |
split(java.io.File inf,
int maxLine)
Split a large file into small ones. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSplitter()
| Method Detail |
|---|
public static void split(java.io.File inf,
int maxLine)
inf - the file to be splitted.maxLine - maximum number of lines in a splitted file.public static void main(java.lang.String[] args)
args - the command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||