Uses of Interface
org.ojalgo.netio.TextLineReader.Parser
Packages that use TextLineReader.Parser
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of TextLineReader.Parser in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement TextLineReader.ParserModifier and TypeClassDescriptionclasshttps://www.alphavantage.co/documentation/final classWill switch between any/all known parsers producingDatePricesubclasses.(package private) static final classclasshttps://iextrading.com/developer/docs/#chartclassFields in org.ojalgo.data.domain.finance.series declared as TextLineReader.ParserModifier and TypeFieldDescriptionprivate final TextLineReader.Parser<DP> FinanceDataReader.myParserMethods in org.ojalgo.data.domain.finance.series with parameters of type TextLineReader.ParserModifier and TypeMethodDescriptiondefault <T> FromFileReader<T> DataFetcher.getReader(TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of(File file, TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of(File file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of(InMemoryFile file, TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of(InMemoryFile file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution) Constructors in org.ojalgo.data.domain.finance.series with parameters of type TextLineReader.ParserModifierConstructorDescription(package private)FinanceDataReader(File file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution) (package private)FinanceDataReader(InMemoryFile file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution) -
Uses of TextLineReader.Parser in org.ojalgo.netio
Subinterfaces of TextLineReader.Parser in org.ojalgo.netioModifier and TypeInterfaceDescriptioninterfaceBasicParser<T>A (CSV) parser interface.interfaceClasses in org.ojalgo.netio that implement TextLineReader.ParserModifier and TypeClassDescriptionclassWill detect which delegate parser to use.final classfinal classFields in org.ojalgo.netio declared as TextLineReader.ParserModifier and TypeFieldDescriptionprivate final TextLineReader.Parser<T> DetectingParser.myDefaultParserprivate TextLineReader.Parser<? extends T> DetectingParser.mySelectedParserFields in org.ojalgo.netio with type parameters of type TextLineReader.ParserMethods in org.ojalgo.netio with parameters of type TextLineReader.ParserModifier and TypeMethodDescriptionprotected voidDetectingParser.addPotentialParser(Predicate<String> predicate, TextLineReader.Parser<? extends T> parser) <T> FromFileReader<T> SegmentedFile.newTextLineReader(TextLineReader.Parser<T> parser) <T> FromFileReader<T> TextLineReader.withFilteredParser(Predicate<String> filter, TextLineReader.Parser<T> parser) The filter could for instance beTextLineReader.isLineOK(String)<T> FromFileReader<T> TextLineReader.withFilteredParser(TextLineReader.Parser<T> parser) The filter isTextLineReader.isLineOK(String)<T> FromFileReader<T> TextLineReader.withParser(TextLineReader.Parser<T> parser) Constructors in org.ojalgo.netio with parameters of type TextLineReader.Parser