edu.pdx.cs399J.core
Class WriteDoubles

java.lang.Object
  extended by edu.pdx.cs399J.core.WriteDoubles

public class WriteDoubles
extends Object

This program reads doubles from the command line and writes them to a file. It demonstrates the FileOutputStream and DataOutputStream classes.


Constructor Summary
WriteDoubles()
           
 
Method Summary
static void main(String[] args)
          The first command line argument is the name of the file, the remaining are the doubles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteDoubles

public WriteDoubles()
Method Detail

main

public static void main(String[] args)
The first command line argument is the name of the file, the remaining are the doubles



Copyright © 2000-2009 Portland State University. All Rights Reserved.