edu.pdx.cs399J.net
Class WriteDate

java.lang.Object
  extended by edu.pdx.cs399J.net.WriteDate

public class WriteDate
extends Object

Demonstrates serialization by writing an instance of Date to a file.


Constructor Summary
WriteDate()
           
 
Method Summary
static void main(String[] args)
          Writes the Date object for the current day and time to a file whose name is specified on the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteDate

public WriteDate()
Method Detail

main

public static void main(String[] args)
Writes the Date object for the current day and time to a file whose name is specified on the command line.



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