Class StringStreamSource
java.lang.Object
org.flowable.common.engine.impl.util.io.StringStreamSource
- All Implemented Interfaces:
InputStreamProvider
,StreamSource
- Author:
- Tom Baeyens
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStringStreamSource
(String string) StringStreamSource
(String string, String byteArrayEncoding) StringStreamSource
(String string, Charset byteArrayEncoding) -
Method Summary
-
Field Details
-
string
-
byteArrayEncoding
-
-
Constructor Details
-
StringStreamSource
-
StringStreamSource
-
StringStreamSource
-
-
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
-
toString
-