public abstract class BaseBlockReader extends Object implements XLSBlockReader
Constructor and Description |
---|
BaseBlockReader() |
Modifier and Type | Method and Description |
---|---|
int |
getEndRow() |
XLSReadStatus |
getReadStatus() |
int |
getStartRow() |
void |
setEndRow(int endRow) |
void |
setReadStatus(XLSReadStatus readStatus) |
void |
setStartRow(int startRow) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read, setConvertUtilsBeanProvider
public int getStartRow()
getStartRow
in interface XLSBlockReader
public void setStartRow(int startRow)
setStartRow
in interface XLSBlockReader
public int getEndRow()
getEndRow
in interface XLSBlockReader
public void setEndRow(int endRow)
setEndRow
in interface XLSBlockReader
public XLSReadStatus getReadStatus()
public void setReadStatus(XLSReadStatus readStatus)
Copyright © 2019. All rights reserved.