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

org.swiftboot.fileconvert.ConvertCallback Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
package org.swiftboot.fileconvert;

import java.io.OutputStream;

/**
 * @author swiftech
 **/
@FunctionalInterface
public interface ConvertCallback {

    /**
     * @param page 从0开始的
     */
    OutputStream onPage(int page) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy