BeanIO 1.2.3

org.beanio.parser
Class AbstractBeanWriter

java.lang.Object
  extended by org.beanio.parser.AbstractBeanWriter
All Implemented Interfaces:
BeanWriter

public abstract class AbstractBeanWriter
extends Object
implements BeanWriter

The AbstractBeanWriter implements common methods for BeanWriter implementations.

Since:
1.0
Author:
Kevin Seim

Field Summary
protected  RecordWriter out
           
 
Constructor Summary
AbstractBeanWriter(RecordWriter out)
          Constructs a new AbstractBeanWriter.
 
Method Summary
 void close()
          Closes this output stream.
 void flush()
          Flushes this output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.beanio.BeanWriter
write, write
 

Field Detail

out

protected RecordWriter out
Constructor Detail

AbstractBeanWriter

public AbstractBeanWriter(RecordWriter out)
Constructs a new AbstractBeanWriter.

Parameters:
out - the output stream to write to
Method Detail

flush

public void flush()
Description copied from interface: BeanWriter
Flushes this output stream.

Specified by:
flush in interface BeanWriter

close

public void close()
Description copied from interface: BeanWriter
Closes this output stream.

Specified by:
close in interface BeanWriter

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim