net.sf.jxls.reader
Class BaseBlockReader

java.lang.Object
  extended by net.sf.jxls.reader.BaseBlockReader
All Implemented Interfaces:
XLSBlockReader
Direct Known Subclasses:
SimpleBlockReaderImpl, XLSForEachBlockReaderImpl

public abstract class BaseBlockReader
extends java.lang.Object
implements XLSBlockReader

Author:
Leonid Vysochyn

Field Summary
(package private)  int endRow
           
(package private)  XLSReadStatus readStatus
           
(package private)  int startRow
           
 
Constructor Summary
BaseBlockReader()
           
 
Method Summary
 int getEndRow()
           
 XLSReadStatus getReadStatus()
           
 int getStartRow()
           
 void setEndRow(int endRow)
           
 void setReadStatus(XLSReadStatus readStatus)
           
 void setStartRow(int startRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jxls.reader.XLSBlockReader
read
 

Field Detail

startRow

int startRow

endRow

int endRow

readStatus

XLSReadStatus readStatus
Constructor Detail

BaseBlockReader

public BaseBlockReader()
Method Detail

getStartRow

public int getStartRow()
Specified by:
getStartRow in interface XLSBlockReader

setStartRow

public void setStartRow(int startRow)
Specified by:
setStartRow in interface XLSBlockReader

getEndRow

public int getEndRow()
Specified by:
getEndRow in interface XLSBlockReader

setEndRow

public void setEndRow(int endRow)
Specified by:
setEndRow in interface XLSBlockReader

getReadStatus

public XLSReadStatus getReadStatus()

setReadStatus

public void setReadStatus(XLSReadStatus readStatus)


Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.