|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.out.XesXmlSerializer
org.deckfour.xes.out.XesXmlGZIPSerializer
public class XesXmlGZIPSerializer
XES compressed XML serialization for the XES format.
Field Summary |
---|
Fields inherited from class org.deckfour.xes.out.XesXmlSerializer |
---|
xsDateTimeConversion |
Constructor Summary | |
---|---|
XesXmlGZIPSerializer()
|
Method Summary | |
---|---|
String |
getAuthor()
Returns the name of this serialization's author. |
String |
getDescription()
Returns a brief description of this serialization. |
String |
getName()
Returns the human-readable name of this serialization. |
String[] |
getSuffices()
Returns an array of possible file suffices for this serialization. |
void |
serialize(XLog log,
OutputStream out)
Serializes a given log to the given output stream. |
String |
toString()
toString() defaults to getName(). |
Methods inherited from class org.deckfour.xes.out.XesXmlSerializer |
---|
addAttributes, addGlobalAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XesXmlGZIPSerializer()
Method Detail |
---|
public String getDescription()
XSerializer
getDescription
in interface XSerializer
getDescription
in class XesXmlSerializer
public String getName()
XSerializer
getName
in interface XSerializer
getName
in class XesXmlSerializer
public String getAuthor()
XSerializer
getAuthor
in interface XSerializer
getAuthor
in class XesXmlSerializer
public String[] getSuffices()
XSerializer
getSuffices
in interface XSerializer
getSuffices
in class XesXmlSerializer
public void serialize(XLog log, OutputStream out) throws IOException
XSerializer
serialize
in interface XSerializer
serialize
in class XesXmlSerializer
log
- Log to be serialized.out
- OutputStream for serialization.
IOException
public String toString()
toString
in class XesXmlSerializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |