Class BytesStreamSource
java.lang.Object
org.flowable.common.engine.impl.util.io.BytesStreamSource
- All Implemented Interfaces:
InputStreamProvider,StreamSource
- Author:
- Joram Barrez
-
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 interfaceInputStreamProvider- Specified by:
getInputStreamin interfaceStreamSource
-