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:StreamSource
Creates a NEWInputStream
to the provided resource.- Specified by:
getInputStream
in interfaceInputStreamProvider
- Specified by:
getInputStream
in interfaceStreamSource
-