public class IndexFFile
extends java.lang.Object
Constructor and Description |
---|
IndexFFile(java.lang.String fnm)
Construct instance.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close INDEXF.SYS.
|
boolean |
more()
More records.
|
IndexFRecord |
read()
Read INDEXF.SYS record sequentially.
|
public IndexFFile(java.lang.String fnm) throws java.io.IOException, dk.vajhoej.record.RecordException
fnm
- INDEXF.SYS to readjava.io.IOException
- if error opening or reading filedk.vajhoej.record.RecordException
- if error parsing filepublic boolean more() throws java.io.IOException
java.io.IOException
- if error accessing accounting filepublic IndexFRecord read() throws dk.vajhoej.record.RecordException, java.io.IOException
dk.vajhoej.record.RecordException
- if error parsing recordjava.io.IOException
- if error reading recordpublic void close() throws java.io.IOException
java.io.IOException
- if error closing INDEXF.SYS