public class SequenceReader extends Object implements NutchReader
conf, LOG
Constructor and Description |
---|
SequenceReader() |
public List<List<String>> read(String path) throws FileNotFoundException
read
in interface NutchReader
FileNotFoundException
public List<List<String>> head(String path, int nrows) throws FileNotFoundException
head
in interface NutchReader
FileNotFoundException
public List<List<String>> slice(String path, int start, int end) throws FileNotFoundException
slice
in interface NutchReader
FileNotFoundException
public int count(String path) throws FileNotFoundException
count
in interface NutchReader
FileNotFoundException
Copyright © 2021 The Apache Software Foundation