|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PersonenFileReader
Klasse zum einlesen eines PersonenFiles
Constructor Summary | |
PersonenFileReader(java.lang.String filename)
Object erstellen und Filename speichern |
Method Summary | |
void |
close()
|
void |
open()
Personenfile öffnen |
Person |
readNext()
Nächstes Personenelement aus File auslesen, Personenobject erstellen und zurückgeben |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersonenFileReader(java.lang.String filename)
Method Detail |
public void open() throws java.io.IOException
public Person readNext() throws java.io.IOException
public void close() throws java.io.IOException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |