![JAR search and dependency download from the Maven repository](/logo.png)
com.zipwhip.binding.DataReader Maven / Gradle / Ivy
package com.zipwhip.binding;
import java.util.Set;
/**
* Created by IntelliJ IDEA.
* User: Michael
* Date: 11/27/11
* Time: 1:05 AM
*
* Reads the data and produces records.
*/
public interface DataReader {
Set read(T data) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy