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

cc.shacocloud.mirage.web.http.MultipartFile Maven / Gradle / Ivy

package cc.shacocloud.mirage.web.http;

import io.vertx.core.Future;
import io.vertx.core.buffer.Buffer;
import io.vertx.ext.web.FileUpload;

/**
 * 表示来自HTTP多部分表单上传的文件
 */
public interface MultipartFile extends FileUpload {

    /**
     * @return 读取上传的文件
     */
    Future readBuf();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy