Class | Description |
---|---|
AbstractDemarcator |
Base class for implementing streaming demarcators.
|
AbstractTextDemarcator | |
LineDemarcator |
A demarcator that scans an InputStream for line endings (carriage returns and new lines) and returns
lines of text one-at-a-time.
|
NonThreadSafeCircularBuffer | |
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'). |
TextLineDemarcator |
Implementation of demarcator of text lines in the provided
InputStream . |
TextLineDemarcator.OffsetInfo |
Container to hold offset and meta info for a computed text line.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.