Class ReadDoubles

java.lang.Object
edu.pdx.cs410J.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.
  • Field Details

  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      The one command line argument is the name of the file to read.