Package org.analogweb
Interface Multipart
-
public interface Multipart
Multiple part request.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes()
String
getContentType()
InputStream
getInputStream()
String
getName()
String
getResourceName()
-
-
-
Method Detail
-
getName
String getName()
-
getResourceName
String getResourceName()
-
getInputStream
InputStream getInputStream()
-
getBytes
byte[] getBytes()
-
getContentType
String getContentType()
-
-