|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface iRecordReader
Created on Oct 14, 2003
Method Summary | |
---|---|
void |
close()
|
iInputField |
find(java.lang.String name)
Locates the specified field in the current record. |
int |
getCurrentRecNr()
|
iInputField |
getField(int ix)
|
boolean |
nextRecord()
Read the next (or first) record from the input and prepare it for processing. |
void |
open(java.io.Reader r,
java.lang.String name)
|
int |
size()
|
Method Detail |
---|
void open(java.io.Reader r, java.lang.String name) throws java.lang.Exception
java.lang.Exception
void close() throws java.lang.Exception
java.lang.Exception
int getCurrentRecNr()
boolean nextRecord() throws java.io.IOException
java.io.IOException
iInputField find(java.lang.String name)
name
-
iInputField getField(int ix)
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |