Class BpmnInputStreamReader

  • All Implemented Interfaces:
    BpmnReader, ObjectReader<java.io.InputStream,​org.processmining.plugins.bpmn.Bpmn>

    public class BpmnInputStreamReader
    extends java.lang.Object
    implements BpmnReader
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.processmining.plugins.bpmn.Bpmn read​(java.io.InputStream input)  
      org.processmining.plugins.bpmn.Bpmn read​(java.io.InputStream input, java.lang.String label)  
      • Methods inherited from class java.lang.Object

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

      • BpmnInputStreamReader

        public BpmnInputStreamReader()
    • Method Detail

      • read

        public org.processmining.plugins.bpmn.Bpmn read​(java.io.InputStream input)
                                                 throws java.lang.Exception
        Specified by:
        read in interface BpmnReader
        Specified by:
        read in interface ObjectReader<java.io.InputStream,​org.processmining.plugins.bpmn.Bpmn>
        Throws:
        java.lang.Exception
      • read

        public org.processmining.plugins.bpmn.Bpmn read​(java.io.InputStream input,
                                                        java.lang.String label)
                                                 throws java.lang.Exception
        Specified by:
        read in interface ObjectReader<java.io.InputStream,​org.processmining.plugins.bpmn.Bpmn>
        Throws:
        java.lang.Exception