public class SeparatedListDatumExtractor extends java.lang.Object implements DatumExtractor
Modifier and Type | Field and Description |
---|---|
protected java.util.regex.Pattern |
compiled |
protected long |
contentLength |
protected java.util.List |
header |
protected CountInputStream |
in |
protected java.net.URL |
lastURL |
protected java.lang.String |
pattern |
protected long |
read |
protected java.io.BufferedReader |
reader |
Constructor and Description |
---|
SeparatedListDatumExtractor(java.lang.String pattern)
Creates a new instance of SeparatedListDatumExtractor
|
Modifier and Type | Method and Description |
---|---|
protected void |
extractHeader() |
java.util.Map |
extractRow() |
double |
getProgress() |
java.util.Map |
next(DataStructure data,
Logger logger) |
protected java.util.List header
protected java.net.URL lastURL
protected CountInputStream in
protected java.io.BufferedReader reader
protected long contentLength
protected long read
protected java.lang.String pattern
protected java.util.regex.Pattern compiled
public SeparatedListDatumExtractor(java.lang.String pattern)
public double getProgress()
getProgress
in interface DatumExtractor
protected void extractHeader() throws java.io.IOException, ExtractionException
java.io.IOException
ExtractionException
public java.util.Map extractRow() throws java.io.IOException, ExtractionException
java.io.IOException
ExtractionException
public java.util.Map next(DataStructure data, Logger logger) throws ExtractionException
next
in interface DatumExtractor
ExtractionException
Copyright 2004-2015 Wandora Team