クラス EntityCsvReaderForCheck
java.lang.Object
org.iplass.mtp.impl.entity.fileport.EntityFileReader<org.iplass.mtp.impl.entity.fileport.EntityCsvReader>
org.iplass.mtp.impl.entity.fileport.EntityCsvReader
org.iplass.mtp.impl.fileport.EntityCsvReaderForCheck
- すべての実装されたインタフェース:
AutoCloseable,Iterable<org.iplass.mtp.entity.Entity>
public class EntityCsvReaderForCheck
extends org.iplass.mtp.impl.entity.fileport.EntityCsvReader
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.entity.fileport.EntityFileReader
CTRL_CODE_KEY, CTRL_DELETE, CTRL_INSERT, CTRL_MERGE, CTRL_UPDATE, definition, NVL -
コンストラクタの概要
コンストラクタコンストラクタ説明EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition, InputStream inputStream, int errorLimit) EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition, InputStream inputStream, String charset, int errorLimit) EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition, Reader reader, int errorLimit) -
メソッドの概要
クラスから継承されたメソッド org.iplass.mtp.impl.entity.fileport.EntityCsvReader
close, readData, readHeaderクラスから継承されたメソッド org.iplass.mtp.impl.entity.fileport.EntityFileReader
customColumnNameMap, enableAuditPropertySpecification, header, ignoreNotExistsProperty, isUseCtrl, iterator, prefixOid, properties, readLine, setCustomColumnNameMap, setEnableAuditPropertySpecification, setIgnoreNotExistsProperty, setPrefixOid, setVirtualProperties, setWithReferenceVersion, validate, validateLine, validateValue, virtualProperties, withReferenceVersionクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド java.lang.Iterable
forEach, spliterator
-
コンストラクタの詳細
-
EntityCsvReaderForCheck
public EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition, InputStream inputStream, int errorLimit) throws UnsupportedEncodingException -
EntityCsvReaderForCheck
public EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition, InputStream inputStream, String charset, int errorLimit) throws UnsupportedEncodingException -
EntityCsvReaderForCheck
public EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition, Reader reader, int errorLimit)
-
-
メソッドの詳細
-
check
public void check()
-