public class PlainTextReader extends Object implements ValueReader<String>
| Constructor and Description |
|---|
PlainTextReader() |
| Modifier and Type | Method and Description |
|---|---|
static PlainTextReader |
getInstance() |
String |
read(InputStream inputStream,
String mimeType,
Charset charset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, read, readpublic static PlainTextReader getInstance()
public String read(InputStream inputStream, @Nullable String mimeType, @Nullable Charset charset) throws IOException
read in interface ValueReader<String>IOExceptionCopyright © 2013–2017. All rights reserved.