org.beanio.internal.parser.format.csv
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
A StreamFormatSupport
implementation for the CSV format.
- Since:
- 2.0
- Author:
- Kevin Seim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvStreamFormat
public CsvStreamFormat()
- Constructs a new CsvStreamFormat.
Copyright © 2010-2013 Kevin Seim