public class InputStreamMessageConverter extends WildcardMessageConverter<java.io.InputStream>
| Constructor and Description |
|---|
InputStreamMessageConverter() |
InputStreamMessageConverter(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(java.lang.reflect.Type type) |
java.io.InputStream |
read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
contentTypepublic InputStreamMessageConverter()
public InputStreamMessageConverter(int bufferSize)
public boolean canRead(java.lang.reflect.Type type)
public java.io.InputStream read(HttpResponseMessage httpResponseMessage, java.lang.reflect.Type expectedType) throws RestifyHttpMessageReadException
RestifyHttpMessageReadExceptionCopyright © 2017. All Rights Reserved.