Class DelimitedRecordFormat

  • All Implemented Interfaces:
    Serializable, RecordFormat

    public class DelimitedRecordFormat
    extends Object
    implements RecordFormat
    RecordFormat implementation that uses field and record delimiters. By default uses a comma (",") as the field delimiter and a newline ("\n") as the record delimiter.
    See Also:
    Serialized Form