Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635505 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2b9dfbd4e
commit
0c4424bb20
|
@ -413,6 +413,11 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
|||
return hdrMap;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this parser is closed.
|
||||
*
|
||||
* @return whether this parser is closed.
|
||||
*/
|
||||
public boolean isClosed() {
|
||||
return this.lexer.isClosed();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue