Package one.microstream.util.csv
Interface CsvSegmentsParser<I>
-
- All Known Implementing Classes:
StorageDataConverterTypeCsvToBinary.Default
public interface CsvSegmentsParser<I>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CsvSegmentsParser.Provider<I>
-
Method Summary
Modifier and Type Method Description void
parseSegments(I input)
-
-
-
Method Detail
-
parseSegments
void parseSegments(I input)
-
-