public class MixTapeApp
extends java.lang.Object
| Constructor and Description |
|---|
MixTapeApp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Launches the program with the console user interface
(MixTapeConsole)
using the specified source of user input and output.
|
public static void main(java.lang.String[] args)
throws java.io.IOException
args - Any non-empty first argument will be interpreted as the name of
a file in the same directory as the program that contains the
user input data.
Any non-empty second argument will be interpreted as the name of
a file in the same directory as the program to which the output
is to be written.java.io.FileNotFoundException - if the file isn't found.java.io.IOException - if an illegal IO operation is attempted.