public interface Part extends Unwrappable
Modifier and Type | Method and Description |
---|---|
String |
content() |
String |
contentType() |
String |
fileName() |
String |
header(String name) |
InputStream |
inputStream() |
boolean |
isFile() |
String |
name() |
unwrap
boolean isFile()
String name()
String fileName()
String content() throws IOException
IOException
InputStream inputStream() throws IOException
IOException
String contentType()
Copyright © 2014. All Rights Reserved.