|
||||||||||
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.SimpleParser
public class SimpleParser
A class reading and writing dsEntries in a simple one-line-per-attribute format.
Field Summary |
---|
Fields inherited from class com.ibm.di.parser.ParserImpl |
---|
_debug, myConfiguration |
Constructor Summary | |
---|---|
SimpleParser()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getVersion()
Version information. |
Entry |
readEntry()
Reads the next entry from the 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, initParser, 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 SimpleParser()
Method Detail |
---|
public Entry readEntry() throws java.io.IOException
java.io.IOException
IOException
public void writeEntry(Entry entry) throws java.io.IOException
entry
- The entry to write
java.io.IOException
- if an I/O error occurs.public java.lang.String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |