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
IOException
String getContentType()
Collection<String> getHeaderNames()
Collection<String> getHeaders(String headerName)
InputStream getInputStream() throws IOException
IOException
String getName()
long getSize()
void write(String fileName) throws IOException
IOException
Copyright © 2013. All rights reserved.