edu.pdx.cs399J.core
Class ReadDoubles

java.lang.Object
  extended by 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.


Constructor Summary
ReadDoubles()
           
 
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
 

Constructor Detail

ReadDoubles

public ReadDoubles()
Method Detail

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.