public class StringProprietaryReader extends Object implements ProprietaryReader<String>
| Constructor and Description |
|---|
StringProprietaryReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
String mimetype) |
String |
readFrom(HttpURLConnection urlConnection) |
String |
readFrom(InputStream is,
String contentType) |
public boolean isReadable(Class<?> type, String mimetype)
isReadable in interface ProprietaryReader<String>public String readFrom(HttpURLConnection urlConnection) throws IOException
IOExceptionpublic String readFrom(InputStream is, String contentType) throws IOException
readFrom in interface ProprietaryReader<String>IOExceptionCopyright © 2017. All rights reserved.