|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectolg.csv.base.IgnoreNullReader
public class IgnoreNullReader
A "Proxy" reader which Provides a mecanism to skip empty row.
Constructor Summary | |
---|---|
IgnoreNullReader(IReader reader)
|
Method Summary | |
---|---|
void |
close()
close the original reader. |
boolean |
hasNext()
|
boolean |
isWithHeaders()
Indicates if the file has a headers line. |
Row |
next()
|
void |
remove()
Throws UnsupportedOperationException. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IgnoreNullReader(IReader reader)
reader
- a concret readerMethod Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<Row>
public Row next()
next
in interface Iterator<Row>
public void remove()
remove
in interface Iterator<Row>
public void close()
close
in interface Closeable
public boolean isWithHeaders()
IReader
isWithHeaders
in interface IReader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |