Uses of Interface
one.microstream.util.xcsv.XCsvParser
| Package | Description | 
|---|---|
| one.microstream.chars | |
| one.microstream.util.xcsv | 
- 
Uses of XCsvParser in one.microstream.charsClasses in one.microstream.chars that implement XCsvParser Modifier and Type Class Description classXCsvParserCharArrayReference implementation for the XCSV file format based on achar[]input.
- 
Uses of XCsvParser in one.microstream.util.xcsvMethods in one.microstream.util.xcsv that return XCsvParser Modifier and Type Method Description XCsvParser<D>XCsvParser.Creator. createCsvStringParser()XCsvParser<D>XCsvParser.Provider. provideCsvStringParser()Methods in one.microstream.util.xcsv with parameters of type XCsvParser Modifier and Type Method Description voidXCsvParser.Provider. disposeCsvStringParser(XCsvParser<D> parser)