public interface Part
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getContentType() |
String |
getHeader(String headerName) |
Collection<String> |
getHeaderNames() |
Collection<String> |
getHeaders(String headerName) |
InputStream |
getInputStream() |
String |
getName() |
long |
getSize() |
void |
write(String fileName) |
void delete()
throws IOException
IOExceptionString getContentType()
Collection<String> getHeaderNames()
Collection<String> getHeaders(String headerName)
InputStream getInputStream() throws IOException
IOExceptionString getName()
long getSize()
void write(String fileName) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.