@FunctionalInterface
public interface LineDataConsumer
Modifier and Type | Field and Description |
---|---|
static LineDataConsumer |
FAIL
Throws
StreamCorruptedException with the invoked line data |
static LineDataConsumer |
IGNORE
Ignores anything provided to it
|
Modifier and Type | Method and Description |
---|---|
void |
consume(java.lang.CharSequence lineData) |
static final LineDataConsumer IGNORE
static final LineDataConsumer FAIL
StreamCorruptedException
with the invoked line data