Uses of Interface
technology.dice.dicewhere.reading.LineReaderListener
-
Packages that use LineReaderListener Package Description technology.dice.dicewhere.api.api technology.dice.dicewhere.building.mmdb technology.dice.dicewhere.reading -
-
Uses of LineReaderListener in technology.dice.dicewhere.api.api
Methods in technology.dice.dicewhere.api.api with parameters of type LineReaderListener Modifier and Type Method Description IPResolver.BuilderIPResolver.Builder. withReaderListener(LineReaderListener readerListener) -
Uses of LineReaderListener in technology.dice.dicewhere.building.mmdb
Methods in technology.dice.dicewhere.building.mmdb with parameters of type LineReaderListener Modifier and Type Method Description IPDatabaseMmdbDatabase. read(boolean retainOriginalLine, LineReaderListener readerListener, LineProcessorListener processListener, DatabaseBuilderListener buildingListener, int workersCount) -
Uses of LineReaderListener in technology.dice.dicewhere.reading
Methods in technology.dice.dicewhere.reading with parameters of type LineReaderListener Modifier and Type Method Description NavigableMapIpDatabaseCSVLineReader. read(boolean retainOriginalLine, LineReaderListener readerListener, LineProcessorListener processListener, DatabaseBuilderListener buildingListener, int workersCount)IPDatabaseSourceReader. read(boolean retainOriginalLine, LineReaderListener readerListener, LineProcessorListener processListener, DatabaseBuilderListener buildingListener, int workersCount)
-