Package org.primefaces.model
Interface StreamedContent
-
- All Known Implementing Classes:
DefaultStreamedContent
public interface StreamedContent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentEncoding()IntegergetContentLength()StringgetContentType()StringgetName()InputStreamgetStream()
-
-
-
Method Detail
-
getName
String getName()
-
getStream
InputStream getStream()
-
getContentType
String getContentType()
-
getContentEncoding
String getContentEncoding()
-
getContentLength
Integer getContentLength()
-
-