Package org.duracloud.common.rest
Class RestUtil.RequestContent
- java.lang.Object
-
- org.duracloud.common.rest.RestUtil.RequestContent
-
-
Field Summary
Fields Modifier and Type Field Description protected InputStreamcontentStreamprotected StringmimeTypeprotected longsize
-
Constructor Summary
Constructors Constructor Description RequestContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetContentStream()StringgetMimeType()longgetSize()
-
-
-
Field Detail
-
contentStream
protected InputStream contentStream
-
mimeType
protected String mimeType
-
size
protected long size
-
-
Method Detail
-
getContentStream
public InputStream getContentStream()
- Returns:
- the contentStream
-
getMimeType
public String getMimeType()
- Returns:
- the mimeType
-
getSize
public long getSize()
- Returns:
- the size
-
-