reset
Class Reader

java.lang.Object
  extended byreset.Reader

public class Reader
extends java.lang.Object

Cette classe est la classe qui gere la lecture et la convertion d'un fichier xml.

Since:
5/11/05
Version:
1.14
Author:
Olivio_Mariano

Constructor Summary
Reader()
           
 
Method Summary
 void starter(java.lang.String file, StackInterface itf)
          Lecture et conversion du fichier xml en entree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reader

public Reader()
Method Detail

starter

public void starter(java.lang.String file,
                    StackInterface itf)
             throws java.lang.Exception
Lecture et conversion du fichier xml en entree.

Throws:
java.lang.Exception