|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.marvin.io.MRecordReader.Position
public static class MRecordReader.Position
Position in the input file.
| Constructor Summary | |
|---|---|
MRecordReader.Position(int r,
int l)
Creates a locator. |
|
| Method Summary | |
|---|---|
int |
getLineNumber()
Gets the line number. |
int |
getRecordNumber()
Gets the record number. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRecordReader.Position(int r,
int l)
r - the record number (greater than zero)l - the line number (greater than zero)| Method Detail |
|---|
public int getRecordNumber()
public int getLineNumber()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||