|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deckfour.xes.out.XMxmlSerializer
org.deckfour.xes.out.XMxmlGZIPSerializer
public class XMxmlGZIPSerializer
Compressed MXML serialization for XES data (legacy implementation). Note that this serialization may be lossy, you should preferrably use the XES.XML serialization for XES data.
| Field Summary |
|---|
| Fields inherited from class org.deckfour.xes.out.XMxmlSerializer |
|---|
knownTypes, xsDateTimeConversion |
| Constructor Summary | |
|---|---|
XMxmlGZIPSerializer()
|
|
| 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.XMxmlSerializer |
|---|
addAttributes, addAttributes, addModelReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMxmlGZIPSerializer()
| Method Detail |
|---|
public String getDescription()
XSerializer
getDescription in interface XSerializergetDescription in class XMxmlSerializerpublic String getName()
XSerializer
getName in interface XSerializergetName in class XMxmlSerializerpublic String getAuthor()
XSerializer
getAuthor in interface XSerializergetAuthor in class XMxmlSerializerpublic String[] getSuffices()
XSerializer
getSuffices in interface XSerializergetSuffices in class XMxmlSerializer
public void serialize(XLog log,
OutputStream out)
throws IOException
XSerializer
serialize in interface XSerializerserialize in class XMxmlSerializerlog - Log to be serialized.out - OutputStream for serialization.
IOExceptionpublic String toString()
toString in class XMxmlSerializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||