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 ARecordReaderis used to divide an input stream into records.RecordUnmarshaller Interface for unmarshalling a single record.RecordWriter ARecordWriteris 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 ARecordIOExceptionis thrown when aRecordReaderorRecordUnmarshallerencounters a malformed record.