public class ChangesXpp3Writer extends Object
Constructor and Description |
---|
ChangesXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream stream,
ChangesDocument changesDocument)
Method write.
|
void |
write(Writer writer,
ChangesDocument changesDocument)
Method write.
|
public void write(Writer writer, ChangesDocument changesDocument) throws IOException
writer
- changesDocument
- IOException
public void write(OutputStream stream, ChangesDocument changesDocument) throws IOException
stream
- changesDocument
- IOException
Copyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.