| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.beanio.stream.fixedlength.FixedLengthRecordParser
public class FixedLengthRecordParser
A combined RecordMarshaller and RecordUnmarshaller implementation 
 for fixed length formatted records.
| Constructor Summary | |
|---|---|
| FixedLengthRecordParser()Constructs a new FixedLengthRecordParser. | |
| Method Summary | |
|---|---|
|  String | marshal(Object record)Marshals a single record object to a String. | 
|  String | marshal(String record)Marshals a single fixed length record. | 
|  Object | unmarshal(String text)Unmarshals a single record. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FixedLengthRecordParser()
| Method Detail | 
|---|
public Object unmarshal(String text)
RecordUnmarshaller
unmarshal in interface RecordUnmarshallertext - the record text to unmarshal
public String marshal(Object record)
RecordMarshaller
marshal in interface RecordMarshallerrecord - the record object to marshal
public String marshal(String record)
record - the record to marshal
| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||