Class MultiPartFile
- java.lang.Object
-
- org.smallmind.web.jersey.multipart.MultiPartFile
-
public class MultiPartFile extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiPartFile(String fileName, String contentType, InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()StringgetFileName()InputStreamgetInputStream()byte[]readAllBytes()
-
-
-
Constructor Detail
-
MultiPartFile
public MultiPartFile(String fileName, String contentType, InputStream inputStream)
-
-
Method Detail
-
getFileName
public String getFileName()
-
getContentType
public String getContentType()
-
getInputStream
public InputStream getInputStream()
-
readAllBytes
public byte[] readAllBytes()
-
-