|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 XSerializer
getDescription
in class XMxmlSerializer
public String getName()
XSerializer
getName
in interface XSerializer
getName
in class XMxmlSerializer
public String getAuthor()
XSerializer
getAuthor
in interface XSerializer
getAuthor
in class XMxmlSerializer
public String[] getSuffices()
XSerializer
getSuffices
in interface XSerializer
getSuffices
in class XMxmlSerializer
public void serialize(XLog log, OutputStream out) throws IOException
XSerializer
serialize
in interface XSerializer
serialize
in class XMxmlSerializer
log
- Log to be serialized.out
- OutputStream for serialization.
IOException
public String toString()
toString
in class XMxmlSerializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |