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, setRecordParserFactorypublic UnmarshallingContext createUnmarshallingContext()
StreamFormatUnmarshallingContextpublic MarshallingContext createMarshallingContext(boolean streaming)
StreamFormatstreaming - true if marshalling to a streamMarshallingContext