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