| Package | Description |
|---|---|
| org.apache.nifi.processors.groovyx.flow |
| Modifier and Type | Method and Description |
|---|---|
GroovySessionFile |
GroovySessionFile.append(groovy.lang.Closure c)
Append the existing content of the flow file.
|
GroovySessionFile |
GroovySessionFile.append(String charset,
CharSequence c)
Append the existing content of the flow file through Writer with defined charset.
|
GroovySessionFile |
GroovySessionFile.append(String charset,
groovy.lang.Closure c)
Append the existing content of the flow file through Writer with defined charset.
|
GroovySessionFile |
GroovySessionFile.append(String charset,
groovy.lang.Writable c)
Append the existing content of the flow file through Writer with defined charset.
|
GroovySessionFile |
GroovySessionFile.withInputStream(groovy.lang.Closure c) |
GroovySessionFile |
GroovySessionFile.withOutputStream(groovy.lang.Closure c) |
GroovySessionFile |
GroovySessionFile.withReader(String charset,
groovy.lang.Closure c) |
GroovySessionFile |
GroovySessionFile.withWriter(String charset,
groovy.lang.Closure c) |
GroovySessionFile |
GroovySessionFile.write(groovy.lang.Closure c)
Write or read+write flow file contents through streams.
|
GroovySessionFile |
GroovySessionFile.write(String charset,
CharSequence c)
Instantly writes into flow file contents the char sequence (string).
|
GroovySessionFile |
GroovySessionFile.write(String charset,
groovy.lang.Closure c)
Write flow file contents through writer with defined charset.
|
GroovySessionFile |
GroovySessionFile.write(String charset,
groovy.lang.Writable c)
Write flow file contents through writer with defined charset.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.