Class FlowableExpressionIOUtils
java.lang.Object
com.flowable.platform.expressions.FlowableExpressionIOUtils
Expression Bean Name: flw.io
Provides utilities to work with I/O.
- Author:
- Valentin Rentschler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
streamToByteArray
(InputStream inputStream) Takes a stream and turns it into a byte array
-
Constructor Details
-
FlowableExpressionIOUtils
public FlowableExpressionIOUtils()
-
-
Method Details
-
streamToByteArray
Takes a stream and turns it into a byte array- Parameters:
inputStream
- The input stream, non null. Will be closed after the bytes have been read- Returns:
- a byte array
- Throws:
IOException
-