Class SqlFileReader.SqlFileReaderIterator
java.lang.Object
org.nuiton.util.sql.SqlFileReader.SqlFileReaderIterator
- Enclosing class:
SqlFileReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringBuilderprotected intThe variable is used to keep if the iterator reach the endprotected Reader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
source
-
buffer
-
scanner
protected int scannerThe variable is used to keep if the iterator reach the end
-
-
Constructor Details
-
SqlFileReaderIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-