| Package | Description |
|---|---|
| org.apache.nifi.stream.io.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamDemarcator
The
StreamDemarcator class takes an input stream and demarcates
it so it could be read (see StreamDemarcator.nextToken()) as individual byte[]
demarcated by the provided delimiter (see 'delimiterBytes'). |
class |
TextLineDemarcator
Implementation of demarcator of text lines in the provided
InputStream. |
Copyright © 2023 Apache NiFi Project. All rights reserved.