public interface ProprietaryReader<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
String contentType) |
T |
readFrom(InputStream is,
String contentType) |
T readFrom(InputStream is, String contentType) throws IOException
IOExceptionCopyright © 2017. All rights reserved.