All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sfm.csv.impl.cellreader.ByteCellValueReader Maven / Gradle / Ivy

package org.sfm.csv.impl.cellreader;

import org.sfm.csv.CellValueReader;
import org.sfm.csv.impl.ParsingContext;

public interface ByteCellValueReader extends CellValueReader {
    byte readByte(char[] chars, int offset, int length, ParsingContext parsingContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy