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

com.github.fartherp.framework.poi.ReadDeal Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
/*
 * Copyright (c) 2017. CK. All rights reserved.
 */

package com.github.fartherp.framework.poi;

import java.util.List;

/**
 * 读取接口
 * Author: CK
 * Date: 2016/1/17
 */
public interface ReadDeal {
    /**
     * 批处理数量
     * @return 批处理数量
     */
    int getBatchCount();
    /**
     * 跳过开始行数
     * @return 跳过行数
     */
    int skipLine();
    /**
     * 批处理List
     * @param list List
     */
    void dealBatchBean(List list);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy