Package csv
Interface CommentCallback
public interface CommentCallback
Will be called when a commen is discovered in an input stream
- Author:
- RalphSchuster
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcomment(TableReader reader, 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)
-