public class DateMultiFormatCellValueReader extends Object implements CellValueReader<Date>, org.simpleflatmapper.map.ParsingContextProvider
| Constructor and Description |
|---|
DateMultiFormatCellValueReader(int index,
String[] pattern,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
Object |
newContext() |
Date |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public Date read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<Date>public Object newContext()
newContext in interface org.simpleflatmapper.map.ParsingContextProviderCopyright © 2017. All rights reserved.