Package org.beanio.stream
Record parsing API.
-
Interface Summary Interface Description RecordMarshaller Interface for marshalling a single record object.RecordParserFactory Factory interface for creating record parsers.RecordReader ARecordReader
is used to divide an input stream into records.RecordUnmarshaller Interface for unmarshalling a single record.RecordWriter ARecordWriter
is used to write records to an output stream. -
Class Summary Class Description RecordParserFactorySupport A base class for implementing a customRecordParserFactory
. -
Exception Summary Exception Description RecordIOException ARecordIOException
is thrown when aRecordReader
orRecordUnmarshaller
encounters a malformed record.