Release Notes
1.8.7 build 1937
MySQL and Postgresrow tokens now have a getJavaStream(colName) method allowing the retrieval of the value of a column (type text or binary) as a Java InputStream. This is useful when you need to read an image or document using a Java library. See this example for details.