| 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.
|
| 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.