public final class StringCellValueReader extends Object implements CellValueReader<String>
| Constructor and Description |
|---|
StringCellValueReader() |
| Modifier and Type | Method and Description |
|---|---|
String |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public String read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<String>Copyright © 2016. All rights reserved.