Class XesXmlGZIPSerializer

  • All Implemented Interfaces:
    XSerializer

    public class XesXmlGZIPSerializer
    extends XesXmlSerializer
    XES compressed XML serialization for the XES format.
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAuthor()
      Returns the name of this serialization's author.
      java.lang.String getDescription()
      Returns a brief description of this serialization.
      java.lang.String getName()
      Returns the human-readable name of this serialization.
      java.lang.String[] getSuffices()
      Returns an array of possible file suffices for this serialization.
      void serialize​(XLog log, java.io.OutputStream out)
      Serializes a given log to the given output stream.
      java.lang.String toString()
      toString() defaults to getName().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XesXmlGZIPSerializer

        public XesXmlGZIPSerializer()