csv
Interface CommentCallback
public interface CommentCallback
Will be called when a commen is discovered in an input stream
- Author:
- RalphSchuster
- See Also:
TableReader.registerCommentCallBack(CommentCallback)
|
Method Summary |
void |
comment(TableReader reader,
java.lang.String comment,
int row,
int cell)
Informs about a comment appeared in underlying stream. |
comment
void comment(TableReader reader,
java.lang.String comment,
int row,
int cell)
- Informs about a comment appeared in underlying stream.
- Parameters:
reader - the reader that notifiescomment - commentrow - line numbercell - cell number in row (might be -1 if not applicable)
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.