Interface DoubleCellValueReader

All Superinterfaces:
CellValueReader<Double>

public interface DoubleCellValueReader extends CellValueReader<Double>
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    readDouble(char[] chars, int offset, int length, ParsingContext parsingContext)
     

    Methods inherited from interface org.simpleflatmapper.csv.CellValueReader

    read
  • Method Details

    • readDouble

      double readDouble(char[] chars, int offset, int length, ParsingContext parsingContext)