Interface RecordUnmarshaller

    • Method Detail

      • unmarshal

        java.lang.Object unmarshal​(java.lang.String text)
                            throws RecordIOException
        Unmarshals a single record.
        Parameters:
        text - the record text to unmarshal
        Returns:
        the unmarshalled record object
        Throws:
        RecordIOException - if the record is malformed and cannot be parsed