Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since 2022.02. When true all exported and imported files are transferred in memory between FEWS and execute activities. An execute activity can read the file content from

var input = (InputStreamBufferedInputStream) System.getProperties().get(file)

and write to

var output = (OutputStreamBufferedOutputStream) System.getProperties().get(file).

...