public abstract class DbIpLineReader extends LineReader
MAGIC_ZIP, MAGIG_GZIP| Constructor and Description |
|---|
DbIpLineReader(Path csv) |
DbIpLineReader(Path csv,
Decorator<? extends DecoratorInformation> decorator) |
| Modifier and Type | Method and Description |
|---|---|
abstract LineParser |
buildLineParser(Decorator<? extends DecoratorInformation> decorator) |
protected Stream<String> |
lines() |
LineParser |
parser() |
ProviderKey |
provider() |
bufferedReaderForPath, readpublic DbIpLineReader(@NotNull
Path csv)
public DbIpLineReader(@NotNull
Path csv,
@Nullable
Decorator<? extends DecoratorInformation> decorator)
public abstract LineParser buildLineParser(Decorator<? extends DecoratorInformation> decorator)
protected Stream<String> lines() throws IOException
lines in class LineReaderIOExceptionpublic ProviderKey provider()
provider in class LineReaderpublic LineParser parser()
parser in class LineReaderCopyright © 2021. All rights reserved.