| Modifier and Type | Field and Description |
|---|---|
protected Reader |
m_reader |
protected Record |
m_record |
| Constructor and Description |
|---|
BaseSource()
Default constructor.
|
BaseSource(Reader reader,
Record record)
BaseSource Method.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
HasNext Method.
|
void |
init(Reader reader,
Record record)
Init Method.
|
Record |
moveDataToRecord()
MoveDataToRecord Method.
|
Record |
next()
Next Method.
|
boolean |
parseNextLine()
Parse the next line and return false at EOF.
|
void |
remove()
Remove Method.
|
public boolean hasNext()
public boolean parseNextLine()
public Record moveDataToRecord()
Copyright © 2015 jbundle.org. All Rights Reserved.