| 316 | } |
| 317 | |
| 318 | void ProcessSession::importFrom(io::InputStream&& stream, const std::shared_ptr<core::FlowFile> &flow) { |
| 319 | importFrom(stream, flow); |
| 320 | } |
| 321 | /** |
| 322 | * Imports a file from the data stream |
| 323 | * @param stream incoming data stream that contains the data to store into a file |