Package edu.pdx.cs410J.core
Class WriteDoubles
java.lang.Object
edu.pdx.cs410J.core.WriteDoubles
This program reads
double
s from the command line and
writes them to a file. It demonstrates the
FileOutputStream
and DataOutputStream
classes.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
err
-
-
Constructor Details
-
WriteDoubles
public WriteDoubles()
-
-
Method Details
-
main
The first command line argument is the name of the file, the remaining are the doubles
-