download more than one output file without using GUI?

can it possible obtain more than one output file without using GUI?For example while reading an input file,asks user to write output files name? Another words, it reads one file and separates that file more than one output files. If it is possible can you give me hint.thanks
[296 byte] By [berna_bernaa] at [2007-10-2 16:45:01]
# 1
Just reinstantiate your PrintStream thats outputting to the files, for example if you encounter something in the input file that makes you want to change text files(i assume ud have an IF statement), then just reinstantiate your printstream passing in another file for output as the
revler1082a at 2007-7-13 17:55:03 > top of Java-index,Java Essentials,Java Programming...