| Package | Description |
|---|---|
| org.apache.ddlutils.io |
The
org.apache.ddlutils.io package contains a classes for input
and output of both the database schemas and data files. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataWriter.write(Collection beans)
Writes the beans contained in the given collection.
|
void |
DataWriter.write(Iterator beans)
Writes the beans contained in the given iterator.
|
void |
DataWriter.write(SqlDynaBean bean)
Writes the given bean.
|
void |
DataWriter.writeDocumentEnd()
Writes the end of the XML document, i.e.
|
void |
DataWriter.writeDocumentStart()
Writes the start of the XML document, i.e.
|
| Constructor and Description |
|---|
DataWriter(OutputStream output)
Creates a data writer instance using UTF-8 encoding.
|
DataWriter(OutputStream output,
String encoding)
Creates a data writer instance.
|
DataWriter(Writer output,
String encoding)
Creates a data writer instance using the specified writer.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.