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