public class FixedLengthStreamFormat extends StreamFormatSupport
StreamFormatSupport
implementation for the fixed length stream format.Constructor and Description |
---|
FixedLengthStreamFormat()
Constructs a new FixedLengthStreamFormat.
|
Modifier and Type | Method and Description |
---|---|
RecordReader |
createDefaultReader(Reader in) |
RecordWriter |
createDefaultWriter(Writer out) |
MarshallingContext |
createMarshallingContext(boolean streaming)
Creates a new marshalling context.
|
UnmarshallingContext |
createUnmarshallingContext()
Creates a new ummarshalling context.
|
createRecordMarshaller, createRecordReader, createRecordUnmarshaller, createRecordWriter, getName, getRecordParserFactory, setName, setRecordParserFactory
public FixedLengthStreamFormat()
public UnmarshallingContext createUnmarshallingContext()
StreamFormat
UnmarshallingContext
public MarshallingContext createMarshallingContext(boolean streaming)
StreamFormat
streaming
- true if marshalling to a streamMarshallingContext
public RecordReader createDefaultReader(Reader in)
public RecordWriter createDefaultWriter(Writer out)