Package picard.util

Class TabbedTextFileWithHeaderParser.Row

java.lang.Object
picard.util.TabbedTextFileWithHeaderParser.Row
Enclosing class:
TabbedTextFileWithHeaderParser

public class TabbedTextFileWithHeaderParser.Row extends Object
  • Method Details

    • getFields

      public String[] getFields()
      Returns:
      Array of fields in the order they appear in the file.
    • getField

      public String getField(String columnLabel)
    • getIntegerField

      public Integer getIntegerField(String columnLabel)
    • getCurrentLine

      public String getCurrentLine()