public class FlowableExpressionIOUtils extends Object
Constructor and Description |
---|
FlowableExpressionIOUtils() |
Modifier and Type | Method and Description |
---|---|
byte[] |
streamToByteArray(InputStream inputStream)
Takes a stream and turns it into a byte array
|
public byte[] streamToByteArray(InputStream inputStream) throws IOException
inputStream
- The input stream, non null. Will be closed after the bytes have been readIOException