public class VerificationsXpp3Writer extends Object
| Constructor and Description |
|---|
VerificationsXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
Verifications verifications)
Method write.
|
void |
write(Writer writer,
Verifications verifications)
Method write.
|
public void setFileComment(String fileComment)
fileComment - a fileComment object.public void write(Writer writer, Verifications verifications) throws IOException
writer - a writer object.verifications - a verifications object.IOException - java.io.IOException if any.public void write(OutputStream stream, Verifications verifications) throws IOException
stream - a stream object.verifications - a verifications object.IOException - java.io.IOException if any.Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.