public abstract class BaseBlockReader extends java.lang.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, waitreadpublic 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 © 2005-2014 jXLS Team. All Rights Reserved.