Class DbIpLocationAndIspLineReader
- java.lang.Object
-
- technology.dice.dicewhere.reading.CSVLineReader
-
- technology.dice.dicewhere.provider.dbip.reading.DbIpLineReader
-
- technology.dice.dicewhere.provider.dbip.reading.DbIpLocationAndIspLineReader
-
- All Implemented Interfaces:
SourceReader
public class DbIpLocationAndIspLineReader extends DbIpLineReader
-
-
Field Summary
-
Fields inherited from class technology.dice.dicewhere.reading.CSVLineReader
MAGIC_ZIP, MAGIG_GZIP
-
-
Constructor Summary
Constructors Constructor Description DbIpLocationAndIspLineReader(Path csv)DbIpLocationAndIspLineReader(Path csv, Decorator<? extends DecoratorInformation> decorator)DbIpLocationAndIspLineReader(Path csv, Decorator<? extends DecoratorInformation> decorator, MapDbDatabaseBuilder.StorageMode storageMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineParserbuildLineParser(Decorator<? extends DecoratorInformation> decorator)-
Methods inherited from class technology.dice.dicewhere.provider.dbip.reading.DbIpLineReader
lines, parser, provider
-
Methods inherited from class technology.dice.dicewhere.reading.CSVLineReader
bufferedReaderForPath, read
-
-
-
-
Constructor Detail
-
DbIpLocationAndIspLineReader
public DbIpLocationAndIspLineReader(Path csv)
-
DbIpLocationAndIspLineReader
public DbIpLocationAndIspLineReader(Path csv, Decorator<? extends DecoratorInformation> decorator)
-
DbIpLocationAndIspLineReader
public DbIpLocationAndIspLineReader(Path csv, Decorator<? extends DecoratorInformation> decorator, MapDbDatabaseBuilder.StorageMode storageMode)
-
-
Method Detail
-
buildLineParser
public LineParser buildLineParser(Decorator<? extends DecoratorInformation> decorator)
- Specified by:
buildLineParserin classDbIpLineReader
-
-