public class EntityCsvReaderForCheck
extends org.iplass.mtp.impl.entity.csv.EntityCsvReader
| コンストラクタと説明 |
|---|
EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition,
java.io.InputStream inputStream,
boolean withReferenceVersion,
int errorLimit) |
EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition,
java.io.InputStream inputStream,
java.lang.String charset,
boolean withReferenceVersion,
int errorLimit) |
EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition,
java.io.Reader reader,
boolean withReferenceVersion,
int errorLimit) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
check() |
close, header, init, isUseCtrl, iterator, properties, readLine, validateLine, validateValuepublic EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition,
java.io.InputStream inputStream,
boolean withReferenceVersion,
int errorLimit)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition,
java.io.InputStream inputStream,
java.lang.String charset,
boolean withReferenceVersion,
int errorLimit)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic EntityCsvReaderForCheck(org.iplass.mtp.entity.definition.EntityDefinition definition,
java.io.Reader reader,
boolean withReferenceVersion,
int errorLimit)