Package oms3.io
Interface TableIterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidskip(int n)Skip n rows-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
skip
void skip(int n)
Skip n rows- Parameters:
n- the number of lines to skip.
-
close
void close() throws IOException- Throws:
IOException
-
-