Package 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
Modifier and Type Method Description voidcomment(TableReader reader, java.lang.String comment, int row, int cell)Informs about a comment appeared in underlying stream.
-
Method Details
-
comment
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)
-