public class SimpleRequestContext extends Object implements org.apache.commons.fileupload.RequestContext
| 构造器和说明 |
|---|
SimpleRequestContext(Charset charset,
String contentType,
InputStream content) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
public SimpleRequestContext(Charset charset, String contentType, InputStream content)
public String getCharacterEncoding()
getCharacterEncoding 在接口中 org.apache.commons.fileupload.RequestContextpublic String getContentType()
getContentType 在接口中 org.apache.commons.fileupload.RequestContextpublic int getContentLength()
getContentLength 在接口中 org.apache.commons.fileupload.RequestContextpublic InputStream getInputStream() throws IOException
getInputStream 在接口中 org.apache.commons.fileupload.RequestContextIOExceptionCopyright © 2025 onecode. All rights reserved.