Package one.microstream.storage.types
Interface StorageDataConverterTypeCsvToBinary.ValueHandler
- Enclosing interface:
 - StorageDataConverterTypeCsvToBinary<S>
 
public static interface StorageDataConverterTypeCsvToBinary.ValueHandler
- 
Method Summary
Modifier and Type Method Description inthandleValue(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. 
- 
Method Details
- 
handleValue
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. 
 -