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


クラス com.infoteria.asteria.flowengine2.execute.MappingDumpReader から継承したフィールド
MODE_MAPPING, MODE_MAPPING_AND_STREAM, MODE_STREAM
 
コンストラクタの概要
FileMappingDumpReader(File dump)
           
FileMappingDumpReader(File dump, com.infoteria.asteria.flowengine2.execute.mapping.Mapping map)
           
 
メソッドの概要
protected  void configureParser(com.infoteria.asteria.flowengine2.execute.mapping.MappingDumpParser parser, int offset, int limit)
           
 MappingResult read()
           
 MappingResult read(int offsetRecordNumber)
           
 MappingResult read(int offsetRecordNumber, int limitRecordNumber)
           
 
クラス com.infoteria.asteria.flowengine2.execute.MappingDumpReader から継承したメソッド
getInstance, getLimitByteSize, getMode, isReadLastRecord, isReadMapping, isReadStream, setLimitByteSize, setMode, setReadLastRecord
 
クラス 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)