Class InOutUtils
- java.lang.Object
-
- org.processmining.padsutils.utils.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 voidaddContentToZip(java.util.zip.ZipOutputStream out, byte[] content, java.lang.String fileName)static java.io.ByteArrayOutputStreamexportAcceptingPetriNetToOutputStream(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)
-
-
-
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
-
-