Package org.activiti.engine.impl.util.io
Class BytesStreamSource
java.lang.Object
org.activiti.engine.impl.util.io.BytesStreamSource
- All Implemented Interfaces:
org.activiti.bpmn.converter.util.InputStreamProvider,StreamSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytes
protected byte[] bytes
-
-
Constructor Details
-
BytesStreamSource
public BytesStreamSource(byte[] bytes)
-
-
Method Details
-
getInputStream
Description copied from interface:StreamSourceCreates a NEWInputStreamto the provided resource.- Specified by:
getInputStreamin interfaceorg.activiti.bpmn.converter.util.InputStreamProvider- Specified by:
getInputStreamin interfaceStreamSource
-