BeanIO 1.2.3

Package org.beanio.stream

Record reader and writer API.

See:
          Description

Interface Summary
RecordReader A RecordReader is used to divide an input stream into records.
RecordReaderFactory A RecordReaderFactory is used to create and configure a RecordReader.
RecordWriter A RecordWriter is used to write records to an output stream.
RecordWriterFactory A RecordWriterFactory is used to create and configure a RecordWriter.
 

Exception Summary
RecordIOException A RecordIOException is thrown when a record reader encounters a malformed record and subsequent reads may still be possible.
 

Package org.beanio.stream Description

Record reader and writer API.


BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim