| 程序包 | 说明 |
|---|---|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.methods.multipart |
Provides Multipart support classes for the
com.ptteng.mall.order.util.apacheCommonUtil.httpclient.methods.MultipartPostMethod. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteArrayPartSource
A PartSource that reads from a byte array.
|
class |
FilePartSource
A PartSource that reads from a File.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected PartSource |
FilePart.getSource()
Returns the source of the file part.
|
| 构造器和说明 |
|---|
FilePart(String name,
PartSource partSource)
FilePart Constructor.
|
FilePart(String name,
PartSource partSource,
String contentType,
String charset)
FilePart Constructor.
|
Copyright © 2017. All rights reserved.