org.beanio.parser
Class AbstractBeanWriter
java.lang.Object
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
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 |
out
protected RecordWriter out
AbstractBeanWriter
public AbstractBeanWriter(RecordWriter out)
- Constructs a new AbstractBeanWriter.
- Parameters:
out
- the output stream to write to
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
Copyright © 2010-2012 Kevin Seim