Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Class and Description |
---|---|
private static class |
Tailer.TailablePath
A tailable for a file
Path . |
Modifier and Type | Field and Description |
---|---|
private Tailer.Tailable |
Tailer.tailable
The file which will be tailed.
|
private Tailer.Tailable |
Tailer.Builder.tailable |
Modifier and Type | Method and Description |
---|---|
Tailer.Tailable |
Tailer.getTailable()
Gets the Tailable.
|
Modifier and Type | Method and Description |
---|---|
Tailer.Builder |
Tailer.Builder.setTailable(Tailer.Tailable tailable)
Sets the tailable.
|
Constructor and Description |
---|
Tailer(Tailer.Tailable tailable,
java.nio.charset.Charset charset,
TailerListener listener,
java.time.Duration delayDuration,
boolean end,
boolean reOpen,
int bufferSize)
Creates a Tailer for the given file, with a specified buffer size.
|