@Deprecated public class HttpPartFile extends Object
| Constructor and Description |
|---|
HttpPartFile(String filename,
InputStream ins)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deprecated.
删除
|
InputStream |
getContent()
Deprecated.
获取内容
|
long |
getSize()
Deprecated.
获取大小
|
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.