org.sfm.csv.impl
public class ConstructorOnReader<T> extends Object implements CellValueReader<T>
| Constructor and Description |
|---|
ConstructorOnReader(Constructor<T> constructor,
CellValueReader<?> innerReader) |
public ConstructorOnReader(Constructor<T> constructor, CellValueReader<?> innerReader)
public T read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<T>Copyright © 2015. All rights reserved.