public final class Readers extends Object
| Modifier and Type | Field and Description |
|---|---|
static Reader |
EMPTY_READER |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
concat(Iterable<Reader> delegates) |
static Reader |
concat(Reader... delegates) |
static Reader |
onFirstChar(Reader in,
Runnable runnable) |
static Reader |
trackLineAndColumn(Reader in,
LineAndColumnTracker tracker) |
public static final Reader EMPTY_READER
public static Reader onFirstChar(Reader in, Runnable runnable)
FilterReader that runs the runnable right before the first character is readpublic static Reader trackLineAndColumn(Reader in, LineAndColumnTracker tracker)
FilterReader that tracks line and column numbers while characters are being readCopyright © 2019. All rights reserved.