Package | Description |
---|---|
org.dromara.hutool.http.multipart |
文件上传封装
|
Modifier and Type | Field and Description |
---|---|
protected UploadFileHeader |
MultipartRequestInputStream.lastHeader
最后的头部信息
|
Modifier and Type | Method and Description |
---|---|
UploadFileHeader |
UploadFile.getHeader() |
UploadFileHeader |
MultipartRequestInputStream.getLastHeader()
获取最后的头信息
|
UploadFileHeader |
MultipartRequestInputStream.readDataHeader(Charset encoding)
从流中读取文件头部信息, 如果达到末尾则返回null
|
Constructor and Description |
---|
UploadFile(UploadFileHeader header,
UploadSetting setting)
构造
|
Copyright © 2025. All rights reserved.