Package nl.bstoi.poiparser.core.strategy
Interface ReadPoiParser<T>
-
- All Known Implementing Classes:
AnnotatedReadPoiParser
public interface ReadPoiParser<T>User: Hylke Stapersma E-mail:[ hylke.stapersma@gmail.com] Date: 23-06-13 Time: 13:08
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>read()java.util.List<T>read(int startRow)java.util.List<T>read(int startRow, int endRow)
-
-
-
Method Detail
-
read
java.util.List<T> read() throws PoiParserException
- Throws:
PoiParserException
-
read
java.util.List<T> read(int startRow) throws PoiParserException
- Throws:
PoiParserException
-
read
java.util.List<T> read(int startRow, int endRow) throws PoiParserException
- Throws:
PoiParserException
-
-