Interface ShortCellValueReader

All Superinterfaces:
CellValueReader<Short>

public interface ShortCellValueReader extends CellValueReader<Short>
  • Method Summary

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

    Methods inherited from interface org.simpleflatmapper.csv.CellValueReader

    read
  • Method Details

    • readShort

      short readShort(char[] chars, int offset, int length, ParsingContext parsingContext)