|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface PartSource
An interface for providing access to data when posting MultiPart messages.
FilePart
方法摘要 | |
---|---|
java.io.InputStream |
createInputStream()
Gets a new InputStream for reading this source. |
java.lang.String |
getFileName()
Gets the name of the file this source represents. |
long |
getLength()
Gets the number of bytes contained in this source. |
方法详细信息 |
---|
long getLength()
java.lang.String getFileName()
java.io.InputStream createInputStream() throws java.io.IOException
java.io.IOException
- if an error occurs when creating the InputStream
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |