Package chemaxon.marvin.io
Class MRecordReader.Position
java.lang.Object
chemaxon.marvin.io.MRecordReader.Position
- Enclosing interface:
- MRecordReader
Position in the input file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the line number.int
Gets the record number.toString()
-
Constructor Details
-
Position
public Position(int r, int l) Creates a locator.- Parameters:
r
- the record number (greater than zero)l
- the line number (greater than zero)
-
-
Method Details