public interface LineReader
StringReader support methods to block
on a given reader, as a handy means to wait until some other process has completed
(see StringReader.waitToEnd()).| Modifier and Type | Method and Description |
|---|---|
void |
onEnd() |
void |
onLine(String line) |
void |
onStart() |
void onStart()
void onLine(String line)
void onEnd()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.