Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io.DataWriterException
Packages that use DataWriterException
Package
Description
The
org.apache.ddlutils.io
package contains a classes for input
and output of both the database schemas and data files.-
Uses of DataWriterException in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io that throw DataWriterExceptionModifier and TypeMethodDescriptionvoid
DataWriter.write
(SqlDynaBean bean) Writes the given bean.void
DataWriter.write
(Collection beans) Writes the beans contained in the given collection.void
Writes the beans contained in the given iterator.void
DataWriter.writeDocumentEnd()
Writes the end of the XML document, i.e.void
DataWriter.writeDocumentStart()
Writes the start of the XML document, i.e.Constructors in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io that throw DataWriterExceptionModifierConstructorDescriptionDataWriter
(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.