public class MultiYamlFileRecordReader extends AbstractMultiFileRecordReader
charset, currentFile, delegate, files, iterator| Constructor and Description |
|---|
MultiYamlFileRecordReader(java.util.List<java.io.File> files)
Deprecated.
This constructor is deprecated since v5.3 and will be removed in v6.
It will be replaced with a constructor that accepts a
List<java.nio.file.Path> |
MultiYamlFileRecordReader(java.util.List<java.io.File> files,
java.nio.charset.Charset charset)
Deprecated.
This constructor is deprecated since v5.3 and will be removed in v6.
It will be replaced with a constructor that accepts a
List<java.nio.file.Path> |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFileRecordReader |
createReader() |
close, open, readRecord@Deprecated public MultiYamlFileRecordReader(java.util.List<java.io.File> files)
List<java.nio.file.Path>MultiYamlFileRecordReader.files - to read@Deprecated
public MultiYamlFileRecordReader(java.util.List<java.io.File> files,
java.nio.charset.Charset charset)
List<java.nio.file.Path>MultiYamlFileRecordReader.files - to readcharset - of filesprotected AbstractFileRecordReader createReader() throws java.lang.Exception
createReader in class AbstractMultiFileRecordReaderjava.lang.ExceptionCopyright © 2020. All Rights Reserved.