public interface SReader
Modifier and Type | Method and Description |
---|---|
boolean |
asRead()
Méthode qui détermine si le lecteur a effectué une lecture d'un objet.
|
java.lang.Object |
getValue()
Méthode permettant d'obtenir un objet du type spécifié par la classe implémentant l'interface SReader
dont les propriétés ont été lues dans un fichier.
|
java.lang.Object getValue() throws SRuntimeException
SRuntimeException
- S'il n'y a pas eu d'objet lu par le lecteur.boolean asRead()