public class MultipartFormEntity extends Object implements HttpEntity
Description:
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getContent() |
long |
getContentLength() |
ContentType |
getContentType() |
boolean |
isChunked() |
boolean |
isRepeatable() |
boolean |
isStreaming() |
void |
writeTo(OutputStream outstream) |
public boolean isRepeatable()
public boolean isChunked()
public boolean isStreaming()
public long getContentLength()
getContentLength 在接口中 HttpEntitypublic ContentType getContentType()
getContentType 在接口中 HttpEntitypublic InputStream getContent() throws IOException
getContent 在接口中 HttpEntityIOExceptionpublic void writeTo(OutputStream outstream) throws IOException
writeTo 在接口中 HttpEntityIOExceptionCopyright © 2019. All rights reserved.