|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.wireformats.ParserUtils
public abstract class ParserUtils
Utility functions shared across parser implementations.
Method Summary | |
---|---|
static java.io.Reader |
getInputReader(java.io.InputStream input,
java.nio.charset.Charset cs)
Returns a reader based upon the character set (encoding). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.Reader getInputReader(java.io.InputStream input, java.nio.charset.Charset cs) throws java.io.IOException
input
- content to parsecs
- character set (encoding) used by content
java.io.IOException
- if specified encoding cannot be used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |