org.beanio.internal.parser.format.delimited
Class DelimitedStreamFormat
java.lang.Object
org.beanio.internal.parser.StreamFormatSupport
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedStreamFormat
public DelimitedStreamFormat()
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
Copyright © 2010-2013 Kevin Seim