Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.

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.
 

Method Detail

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 notifies
comment - comment
row - line number
cell - cell number in row (might be -1 if not applicable)

Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.

Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.