public interface iRecordReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
iInputField |
find(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(Reader r,
String name) |
int |
size() |
int getCurrentRecNr()
boolean nextRecord()
throws IOException
IOExceptioniInputField find(String name)
name - iInputField getField(int ix)
int size()
Copyright © 2017 etc.to. All rights reserved.