Class CsvStreamFormat
- java.lang.Object
-
- org.beanio.internal.parser.StreamFormatSupport
-
- org.beanio.internal.parser.format.delimited.DelimitedStreamFormat
-
- org.beanio.internal.parser.format.csv.CsvStreamFormat
-
- All Implemented Interfaces:
StreamFormat
public class CsvStreamFormat extends DelimitedStreamFormat
AStreamFormatSupport
implementation for the CSV format.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description CsvStreamFormat()
-
Method Summary
-
Methods inherited from class org.beanio.internal.parser.format.delimited.DelimitedStreamFormat
createMarshallingContext, createUnmarshallingContext
-
Methods inherited from class org.beanio.internal.parser.StreamFormatSupport
createRecordMarshaller, createRecordReader, createRecordUnmarshaller, createRecordWriter, getName, getRecordParserFactory, setName, setRecordParserFactory
-
-