Class InOutUtils


  • public class InOutUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InOutUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addContentToZip​(java.util.zip.ZipOutputStream out, byte[] content, java.lang.String fileName)  
      static java.io.ByteArrayOutputStream exportAcceptingPetriNetToOutputStream​(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)  
      • Methods inherited from class java.lang.Object

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

      • InOutUtils

        public InOutUtils()
    • Method Detail

      • exportAcceptingPetriNetToOutputStream

        public static java.io.ByteArrayOutputStream exportAcceptingPetriNetToOutputStream​(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)
                                                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • addContentToZip

        public static void addContentToZip​(java.util.zip.ZipOutputStream out,
                                           byte[] content,
                                           java.lang.String fileName)
                                    throws java.io.IOException
        Throws:
        java.io.IOException