Interface ByteCellValueReader

All Superinterfaces:
CellValueReader<Byte>

public interface ByteCellValueReader extends CellValueReader<Byte>
  • Method Summary

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

    Methods inherited from interface org.simpleflatmapper.csv.CellValueReader

    read
  • Method Details

    • readByte

      byte readByte(char[] chars, int offset, int length, ParsingContext parsingContext)