BeanIO 2.0.4

org.beanio.internal.parser.format.delimited
Class DelimitedStreamFormat

java.lang.Object
  extended by org.beanio.internal.parser.StreamFormatSupport
      extended by org.beanio.internal.parser.format.delimited.DelimitedStreamFormat
All Implemented Interfaces:
StreamFormat
Direct Known Subclasses:
CsvStreamFormat

public class DelimitedStreamFormat
extends StreamFormatSupport

A StreamFormatSupport implementation for the delimited stream format.

Since:
2.0
Author:
Kevin Seim

Constructor Summary
DelimitedStreamFormat()
           
 
Method Summary
 MarshallingContext createMarshallingContext(boolean streaming)
          Creates a new marshalling context.
 UnmarshallingContext createUnmarshallingContext()
          Creates a new ummarshalling context.
 
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

DelimitedStreamFormat

public DelimitedStreamFormat()
Method Detail

createUnmarshallingContext

public UnmarshallingContext createUnmarshallingContext()
Description copied from interface: StreamFormat
Creates a new ummarshalling context.

Returns:
the new UnmarshallingContext

createMarshallingContext

public MarshallingContext createMarshallingContext(boolean streaming)
Description copied from interface: StreamFormat
Creates a new marshalling context.

Parameters:
streaming - true if marshalling to a stream
Returns:
the new MarshallingContext

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim