BeanIO 2.0.4

org.beanio.internal.parser.format.csv
Class CsvStreamFormat

java.lang.Object
  extended by org.beanio.internal.parser.StreamFormatSupport
      extended by org.beanio.internal.parser.format.delimited.DelimitedStreamFormat
          extended by 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

Constructor Summary
CsvStreamFormat()
          Constructs a new 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvStreamFormat

public CsvStreamFormat()
Constructs a new CsvStreamFormat.


BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim