com.qiniu.interfaces.ILineParser Maven / Gradle / Ivy
package com.qiniu.interfaces;
import java.io.IOException;
import java.util.Map;
public interface ILineParser {
Map getItemMap(T line) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy