edu.pdx.cs399J.core
Class WriteDoubles
java.lang.Object
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.
|
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 |
WriteDoubles
public WriteDoubles()
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.