All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jamel.dbf.processor.DbfRowProcessor Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package org.jamel.dbf.processor;

/**
 * Process each dbf row.
 *
 * @author Sergey Polovko
 */
public interface DbfRowProcessor {

    void processRow(Object[] row);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy