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, setRecordParserFactorypublic FixedLengthStreamFormat()
public UnmarshallingContext createUnmarshallingContext()
StreamFormatUnmarshallingContextpublic MarshallingContext createMarshallingContext(boolean streaming)
StreamFormatstreaming - true if marshalling to a streamMarshallingContextpublic RecordReader createDefaultReader(Reader in)
public RecordWriter createDefaultWriter(Writer out)