org.beanio.internal.parser.format.fixedlength
Class FixedLengthStreamFormat
java.lang.Object
org.beanio.internal.parser.StreamFormatSupport
org.beanio.internal.parser.format.fixedlength.FixedLengthStreamFormat
- All Implemented Interfaces:
- StreamFormat
public class FixedLengthStreamFormat
- extends StreamFormatSupport
A StreamFormatSupport
implementation for the fixed length 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 |
FixedLengthStreamFormat
public FixedLengthStreamFormat()
- Constructs a new FixedLengthStreamFormat.
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
createDefaultReader
public RecordReader createDefaultReader(Reader in)
createDefaultWriter
public RecordWriter createDefaultWriter(Writer out)
Copyright © 2010-2013 Kevin Seim