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