com.ibatis.common.flatfile
Interface FlatFileIn

All Known Implementing Classes:
DelimitedFlatFileIn, FixedColFlatFileIn

public interface FlatFileIn

Author:
clinton_begin

Method Summary
 void close()
           
 int getColumnCount()
           
 java.lang.String getValueAt(int col)
           
 boolean nextRecord()
           
 

Method Detail

getColumnCount

public int getColumnCount()
                   throws java.io.IOException
Throws:
java.io.IOException

nextRecord

public boolean nextRecord()
                   throws java.io.IOException
Throws:
java.io.IOException

getValueAt

public java.lang.String getValueAt(int col)
                            throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException