Class StringStreamSource
- java.lang.Object
-
- org.flowable.common.engine.impl.util.io.StringStreamSource
-
- All Implemented Interfaces:
InputStreamProvider,StreamSource
public class StringStreamSource extends Object implements StreamSource
- Author:
- Tom Baeyens
-
-
Constructor Summary
Constructors Constructor Description StringStreamSource(String string)StringStreamSource(String string, String byteArrayEncoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()Creates a NEWInputStreamto the provided resource.StringtoString()
-
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
Description copied from interface:StreamSourceCreates a NEWInputStreamto the provided resource.- Specified by:
getInputStreamin interfaceInputStreamProvider- Specified by:
getInputStreamin interfaceStreamSource
-
-