public class HttpPartFile extends Object
| Constructor and Description |
|---|
HttpPartFile(String filename,
InputStream ins) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
删除
|
InputStream |
getContent()
获取内容
|
long |
getSize()
获取大小
|
public HttpPartFile(String filename, InputStream ins) throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic InputStream getContent() throws IOException
IOExceptionpublic long getSize()
throws IOException
IOExceptionCopyright © 2025. All rights reserved.