Example of restartable program.

* description

Client is a restartable program. It saves itself into a
foffile (frozen object file), client.fof, after doing some work.
You can restart Client from the saved point by fofrun command as;

	fofrun client.fof

Also you can examine the foffile by fofrun -info file.
If you specify version number of the proxy when you compiled
the Client, you will see version number of the proxy.

* version

Author: HIRANO Satoshi
Versioin: 1.0

* How to compile and run

c:> horbc -major 3 -minor 5 Client.java

c:> java horb.examples.foffile.Client
c:> fofrun -info client.fof
c:> fofrun client.fof
c:> fofrun -autosave client.fof client.fof


* Classes

   Client.java		restartable class
