public interface EDIWritable
| Modifier and Type | Method and Description |
|---|---|
void |
write(Writer writer,
Delimiters delimiters)
Write the bean to the specified
Writer instance. |
void write(Writer writer, Delimiters delimiters) throws IOException
Writer instance.writer - The target writer.delimiters - The delimiters.IOException - Error writing bean.Copyright © 2015. All rights reserved.