|
||||||||||
| 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 XSerializergetDescription in class XesXmlSerializerpublic String getName()
XSerializer
getName in interface XSerializergetName in class XesXmlSerializerpublic String getAuthor()
XSerializer
getAuthor in interface XSerializergetAuthor in class XesXmlSerializerpublic String[] getSuffices()
XSerializer
getSuffices in interface XSerializergetSuffices in class XesXmlSerializer
public void serialize(XLog log,
OutputStream out)
throws IOException
XSerializer
serialize in interface XSerializerserialize in class XesXmlSerializerlog - Log to be serialized.out - OutputStream for serialization.
IOExceptionpublic String toString()
toString in class XesXmlSerializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||