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