com.ibatis.common.flatfile
Interface FlatFileIn
- All Known Implementing Classes:
- DelimitedFlatFileIn, FixedColFlatFileIn
- public interface FlatFileIn
- Author:
- clinton_begin
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