public interface StreamedContent
| Modifier and Type | Method and Description | 
|---|---|
| String | getContentEncoding() | 
| Integer | getContentLength() | 
| String | getContentType() | 
| String | getName() | 
| InputStream | getStream() | 
String getName()
InputStream getStream()
String getContentType()
String getContentEncoding()
Integer getContentLength()
Copyright © 2020. All rights reserved.