|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.parser.ParserImpl
com.ibm.di.parser.JSONParser
public class JSONParser
Field Summary |
---|
Fields inherited from class com.ibm.di.parser.ParserImpl |
---|
_debug, myConfiguration |
Constructor Summary | |
---|---|
JSONParser()
|
Method Summary | |
---|---|
java.lang.String |
getVersion()
Version information. |
void |
initParser()
Perform initialization of parser. |
Entry |
readEntry()
Return the next entry from the current input stream. |
void |
writeEntry(Entry entry)
Write an entry to the current output stream. |
Methods inherited from class com.ibm.di.parser.ParserImpl |
---|
closeParser, debug, debugMode, flush, getClassInstance, getContext, getDebug, getInputStream, getOutputStream, getParam, getParser, getReader, getWriter, isDeltaSupported, logmsg, querySchema, registerScriptBeans, setConfiguration, setContext, setDebug, setInputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setParam, setParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONParser()
Method Detail |
---|
public void initParser() throws java.lang.Exception
ParserImpl
initParser
in interface ParserInterface
initParser
in class ParserImpl
java.lang.Exception
- if an error occurs.public Entry readEntry() throws java.lang.Exception
ParserInterface
java.lang.Exception
public void writeEntry(Entry entry) throws java.lang.Exception
ParserInterface
entry
- The entry to write
java.lang.Exception
- if an error occurs.public java.lang.String getVersion()
VersionInfoInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |