|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.uadetector.writer.IniDataWriter
@ThreadSafe public final class IniDataWriter
This utility is intended to transform an instance of Data
into an UAS data conform XML document and
allows us to recreate an uas.xml
.
Method Summary | |
---|---|
static void |
write(Data data,
java.io.OutputStream outputStream)
Transforms a given Data instance into XML and writes it to the passed in OutputStream . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void write(@Nonnull Data data, @Nonnull java.io.OutputStream outputStream) throws java.io.IOException
Data
instance into XML and writes it to the passed in OutputStream
.
data
- Data
to transform into XMLoutputStream
- output stream to write
java.io.IOException
- if the given output stream can not be written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |