Package edu.pdx.cs410J.net
Class WriteDate
java.lang.Object
edu.pdx.cs410J.net.WriteDate
Demonstrates serialization by writing an instance of
Date
to a file.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WriteDate
public WriteDate()
-
-
Method Details
-
main
Writes theDate
object for the current day and time to a file whose name is specified on the command line.
-