Package one.microstream.util.csv
Class CsvEntityParser.Abstract<T>
- java.lang.Object
-
- one.microstream.util.csv.CsvEntityParser.Abstract<T>
-
- All Implemented Interfaces:
CsvEntityParser<T>
- Enclosing interface:
- CsvEntityParser<T>
public abstract static class CsvEntityParser.Abstract<T> extends Object implements CsvEntityParser<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.util.csv.CsvEntityParser
CsvEntityParser.Abstract<T>
-
-
Method Summary
Modifier and Type Method Description BulkList<T>
parse(_charArrayRange input)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.util.csv.CsvEntityParser
parseInto
-
-
-
-
Method Detail
-
parse
public BulkList<T> parse(_charArrayRange input)
- Specified by:
parse
in interfaceCsvEntityParser<T>
-
-