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, waitread, setConvertUtilsBeanProviderpublic int getStartRow()
getStartRow in interface XLSBlockReaderpublic void setStartRow(int startRow)
setStartRow in interface XLSBlockReaderpublic int getEndRow()
getEndRow in interface XLSBlockReaderpublic void setEndRow(int endRow)
setEndRow in interface XLSBlockReaderpublic XLSReadStatus getReadStatus()
public void setReadStatus(XLSReadStatus readStatus)
Copyright © 2019. All rights reserved.