Package | Description |
---|---|
it.cnr.isti.hpc.io.reader |
Modifier and Type | Class and Description |
---|---|
class |
JsonRecordParser<E>
A Json
RecordParser }, serializes and deserializes a an
object E to json string. |
class |
TsvRecordParser
A Tab Separated Values file reader
RecordParser , serializes and deserializes an
object E to tsv string. |
Constructor and Description |
---|
RecordReader(String inputFile,
RecordParser<E> parser)
Creates the record reader, it will be possible to iterate on the object
serialized on the file inputFile.
|
Copyright © 2013. All rights reserved.