Class ReplacingVariablesInputStream

java.lang.Object
java.io.InputStream
org.frankframework.pipes.ReplacingVariablesInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ReplacingVariablesInputStream extends InputStream
Copyright 2019-2024 WeAreFrank! Based on original concept created by simon on 8/29/17. Copyright 2017 Simon Haoran Liang ...

Replaces variable placeholders with values from the given keyValuePairs in a InputStream implementation.

Author:
Erik van Dongen