edu.pdx.cs399J.core
Class ReadDoubles
java.lang.Object
edu.pdx.cs399J.core.ReadDoubles
public class ReadDoubles
- extends Object
This program takes a file whose name is given on the command line
and reads doubles from it. It demonstrates the
FileInputStream and DataInputStream
classes.
|
Method Summary |
static void |
main(String[] args)
The one command line argument is the name of the file to read. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadDoubles
public ReadDoubles()
main
public static void main(String[] args)
- The one command line argument is the name of the file to read.
Copyright © 2000-2009 Portland State University. All Rights Reserved.