|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordUnmarshaller
Interface for unmarshalling a single record.
The class used to represent a record is specific to the format of a record. For example, a delimited record marshaller may use Stringp[].
Method Summary | |
---|---|
Object |
unmarshal(String text)
Unmarshals a single record. |
Method Detail |
---|
Object unmarshal(String text) throws RecordIOException
text
- the record text to unmarshal
RecordIOException
- if the record is malformed and cannot be parsed
|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |