com.infoteria.asteria.flowengine2.execute
クラス FileMappingDumpReader
java.lang.Object
|
+--com.infoteria.asteria.flowengine2.execute.MappingDumpReader
|
+--com.infoteria.asteria.flowengine2.execute.FileMappingDumpReader
- public class FileMappingDumpReader
- extends MappingDumpReader
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileMappingDumpReader
public FileMappingDumpReader(File dump)
FileMappingDumpReader
public FileMappingDumpReader(File dump,
com.infoteria.asteria.flowengine2.execute.mapping.Mapping map)
read
public MappingResult read()
throws IOException
- クラス
MappingDumpReader の記述:
- for MappingResult
- オーバーライド:
- クラス
MappingDumpReader 内の read
read
public MappingResult read(int offsetRecordNumber)
throws IOException
- クラス
MappingDumpReader の記述:
- for MappingResult
- オーバーライド:
- クラス
MappingDumpReader 内の read
read
public MappingResult read(int offsetRecordNumber,
int limitRecordNumber)
throws IOException
- クラス
MappingDumpReader の記述:
- for MappingResult
- オーバーライド:
- クラス
MappingDumpReader 内の read
configureParser
protected void configureParser(com.infoteria.asteria.flowengine2.execute.mapping.MappingDumpParser parser,
int offset,
int limit)