Class CsvRowHelper

java.lang.Object
gg.xp.xivdata.data.CsvRowHelper

public class CsvRowHelper extends Object
  • Method Details

    • ofRow

      public static CsvRowHelper ofRow(String[] row)
    • getRaw

      public String getRaw(int col)
    • getStringOrNull

      @Nullable public @Nullable String getStringOrNull(int col)
    • getRequiredBool

      public boolean getRequiredBool(int col)
    • getBoolOrDefault

      public boolean getBoolOrDefault(int col, boolean dflt)
    • getOptionalBool

      @Nullable public @Nullable Boolean getOptionalBool(int col)
    • getRequiredInt

      public int getRequiredInt(int col)
    • getIntOrDefault

      public int getIntOrDefault(int col, int dflt)
    • getOptionalInt

      @Nullable public @Nullable Integer getOptionalInt(int col)
    • getRequiredLong

      public long getRequiredLong(int col)
    • getLongOrDefault

      public long getLongOrDefault(int col, long dflt)
    • getOptionalLong

      @Nullable public @Nullable Long getOptionalLong(int col)
    • getLongId

      public long getLongId()
    • getIntId

      public int getIntId()
    • hasValidId

      public boolean hasValidId()
    • getLine

      public String getLine()