public class ByteCellValueReaderImpl extends Object implements ByteCellValueReader
| Constructor and Description |
|---|
ByteCellValueReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
byte |
readByte(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public Byte read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<Byte>public byte readByte(char[] chars,
int offset,
int length,
ParsingContext parsingContext)
readByte in interface ByteCellValueReaderCopyright © 2017. All rights reserved.