Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class InputStreamFindResult

java.lang.Object
  extended by com.stc.eways.batchext.InputStreamFindResult

public class InputStreamFindResult
extends java.lang.Object

This class provides the user the results of the InputStreamFindAdapter's find method.


Constructor Summary
InputStreamFindResult(int ndx, boolean bLastRecord)
          Creates new InputStreamFindResult
 
Method Summary
 int getRecordSize()
           
 boolean isLastRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamFindResult

public InputStreamFindResult(int ndx,
                             boolean bLastRecord)
Creates new InputStreamFindResult

Method Detail

getRecordSize

public int getRecordSize()

isLastRecord

public boolean isLastRecord()

Sun Adapter for Batch/FTP