Class SkippedRecord

java.lang.Object
com.tecacet.jflat.impl.SkippedRecord
All Implemented Interfaces:
RowRecord

public class SkippedRecord extends Object implements RowRecord
  • Constructor Details

    • SkippedRecord

      public SkippedRecord(long rowNumber, String content)
  • Method Details

    • get

      public String get(int index)
      Description copied from interface: RowRecord
      Access token in the row by index
      Specified by:
      get in interface RowRecord
      Parameters:
      index - the index
      Returns:
      the record @index
    • get

      public String get(String name)
      Description copied from interface: RowRecord
      Access token in the row by name
      Specified by:
      get in interface RowRecord
      Parameters:
      name - the name identifying the record
      Returns:
      the record of that name or null if it does not exist
    • size

      public int size()
      Description copied from interface: RowRecord
      Number of tokens
      Specified by:
      size in interface RowRecord
      Returns:
      the number of tokens
    • getRowNumber

      public long getRowNumber()
      Description copied from interface: RowRecord
      The row number in the file
      Specified by:
      getRowNumber in interface RowRecord
      Returns:
      the row number
    • skipped

      public boolean skipped()
      Specified by:
      skipped in interface RowRecord
    • getContent

      public String getContent()