InputStreamIterator.InputStreamPartReader<InputStream,CSVRecord>public class CSVRecordReader extends Object implements InputStreamIterator.InputStreamPartReader<InputStream,CSVRecord>
| Constructor | Description |
|---|---|
CSVRecordReader() |
|
CSVRecordReader(Charset charset) |
| Modifier and Type | Method | Description |
|---|---|---|
CSVRecord |
readPart(InputStream inputStream) |
This method is implemented to read from inputStream to create on object of
type T.
|
public CSVRecordReader()
public CSVRecordReader(Charset charset)
public CSVRecord readPart(InputStream inputStream)
InputStreamIterator.InputStreamPartReaderreadPart in interface InputStreamIterator.InputStreamPartReader<InputStream,CSVRecord>inputStream - is the InputStream to read the next object from.Copyright © 2017–2018 PureSol Technologies. All rights reserved.