@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(CharSequence lineData) |
static final LineDataConsumer IGNORE
static final LineDataConsumer FAIL
StreamCorruptedException
with the invoked line datavoid consume(CharSequence lineData) throws IOException
IOException
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.