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 Type
    Method
    Description
    void
    comment(TableReader reader, String comment, int row, int cell)
    Informs about a comment appeared in underlying stream.
  • Method Details

    • comment

      void comment(TableReader reader, 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)