Package picard.util
Class TabbedTextFileWithHeaderParser.Row
- java.lang.Object
-
- picard.util.TabbedTextFileWithHeaderParser.Row
-
- Enclosing class:
- TabbedTextFileWithHeaderParser
public class TabbedTextFileWithHeaderParser.Row extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentLine()
String
getField(String columnLabel)
String[]
getFields()
Integer
getIntegerField(String columnLabel)
-