public class DelimitedStreamFormat extends StreamFormatSupport
StreamFormatSupport
implementation for the delimited stream format.Constructor and Description |
---|
DelimitedStreamFormat() |
Modifier and Type | Method and Description |
---|---|
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 UnmarshallingContext createUnmarshallingContext()
StreamFormat
UnmarshallingContext
public MarshallingContext createMarshallingContext(boolean streaming)
StreamFormat
streaming
- true if marshalling to a streamMarshallingContext