Package edu.pdx.cs410J.core
Class ReadDoubles
java.lang.Object
edu.pdx.cs410J.core.ReadDoubles
This program takes a file whose name is given on the command line
and reads
double
s from it. It demonstrates the
FileInputStream
and DataInputStream
classes.-
Field Summary
Modifier and TypeFieldDescription(package private) static PrintStream
(package private) static PrintStream
-
Constructor Summary
-
Method Summary
-
Field Details
-
out
-
err
-
-
Constructor Details
-
ReadDoubles
public ReadDoubles()
-
-
Method Details
-
main
The one command line argument is the name of the file to read.
-