public static interface StorageDataConverterTypeCsvToBinary.ValueHandler
| Modifier and Type | Method and Description |
|---|---|
int |
handleValue(char[] data,
int offset,
int bound,
char separator,
char terminator)
Starts parsing a value from the given data array starting at the given offset, esnures the completely
parsed value will get written, returns the position stopping position as the new current offset.
|
int handleValue(char[] data,
int offset,
int bound,
char separator,
char terminator)
data - the data arrayoffset - start offsetbound - bound offsetseparator - separator charterminator - terminator charCopyright © 2022 MicroStream Software. All rights reserved.