Modifier and Type | Field and Description |
---|---|
private BitSet |
buffer |
private static byte |
CARRIAGE_RETURN |
private int |
index |
private static byte |
NEWLINE |
Constructor and Description |
---|
SplitText.EndOfLineBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
addEndOfLine(boolean carriageReturn,
boolean newLine) |
void |
clear() |
private void |
drainTo(OutputStream out) |
int |
length() |
private static final byte CARRIAGE_RETURN
private static final byte NEWLINE
private final BitSet buffer
private int index
public void clear()
public void addEndOfLine(boolean carriageReturn, boolean newLine)
private void drainTo(OutputStream out) throws IOException
IOException
public int length()
Copyright © 2017 Apache NiFi Project. All rights reserved.