Package nablarch.common.databind
Interface DataReader<T>
- Type Parameters:
 T- 読み取ったデータ型
- All Superinterfaces:
 AutoCloseable,Closeable
- All Known Implementing Classes:
 CsvDataReader
データをリードするためのインタフェース。
- 
Method Summary
 
- 
Method Details
- 
read
T read()データを読み取る。- Returns:
 - 読みっとったデータ。
 
 
 -