com.etasoft.trans.transaction
Class axReaderIterator
java.lang.Object
com.etasoft.trans.transaction.axReaderIterator
- Direct Known Subclasses:
- axCharReaderIterator, axJdbcReaderIterator
- public abstract class axReaderIterator
- extends java.lang.Object
Reader iterator, common base class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axReaderIterator
public axReaderIterator(axReader reader)
hasNext
public abstract boolean hasNext(java.lang.String section)
throws axException
- Throws:
axException
next
public abstract java.lang.Object next()
throws axException
- Throws:
axException
remove
public abstract void remove()
close
public void close()
getBuffer
public abstract java.lang.String getBuffer()
nextChar
public abstract char nextChar()
peekNextChar
public abstract char peekNextChar()
getReader
protected axReader getReader()