edu.pdx.cs399J.core
Class ReadDate

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

public class ReadDate
extends Object

This class demonstrates object serialization by reading an instance of Date from a file.


Constructor Summary
ReadDate()
           
 
Method Summary
static void main(String[] args)
          Read a Date instance from th 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

ReadDate

public ReadDate()
Method Detail

main

public static void main(String[] args)
Read a Date instance from th file whose name is specified on the command line.



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