public abstract class ParserUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Reader |
getInputReader(InputStream input,
Charset cs)
Returns a reader based upon the character set (encoding).
|
public static Reader getInputReader(InputStream input, Charset cs) throws IOException
input - content to parsecs - character set (encoding) used by contentIOException - if specified encoding cannot be usedCopyright © 2012. All Rights Reserved.