Class DbfReader
java.lang.Object
ch.so.agi.gretl.internal.shapefile.core.DbfReader
- All Implemented Interfaces:
AutoCloseable
-
Method Summary
-
Method Details
-
open
public static DbfReader open(Path dbfPath, Charset charset) throws IOException, ShapefileMappingException - Throws:
IOExceptionShapefileMappingException
-
header
-
fields
-
readNext
- Throws:
IOException
-
currentRecordNumber
public long currentRecordNumber() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-