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

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

nextRecord

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

getValueAt

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

close

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