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, wait
read, read, read, read
public static PlainTextReader getInstance()
public String read(InputStream inputStream, @Nullable String mimeType, @Nullable Charset charset) throws IOException
read
in interface ValueReader<String>
IOException
Copyright © 2013–2017. All rights reserved.