public abstract class KladrRowProcessor
extends java.lang.Object
implements org.jamel.dbf.processor.DbfRowProcessor
| Constructor and Description |
|---|
KladrRowProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
processKladrRow(byte[] code,
byte regionId,
int districtId,
int cityId,
int countryId,
byte[] name,
byte[] socr,
int index) |
void |
processRow(java.lang.Object[] row) |
public void processRow(java.lang.Object[] row)
processRow in interface org.jamel.dbf.processor.DbfRowProcessorpublic abstract void processKladrRow(byte[] code,
byte regionId,
int districtId,
int cityId,
int countryId,
byte[] name,
byte[] socr,
int index)