public class ICSBufferedReader extends BufferedReader
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
currentLine |
protected String |
nextLine |
| Constructor and Description |
|---|
ICSBufferedReader(Reader in)
Create an ICS reader on the provided reader
|
| Modifier and Type | Method and Description |
|---|---|
String |
readLine()
Read a line from input reader, unwrap long lines.
|
close, lines, mark, markSupported, read, read, ready, reset, skipprotected String nextLine
protected final StringBuilder currentLine
public ICSBufferedReader(Reader in) throws IOException
in - input readerIOException - on errorpublic String readLine() throws IOException
readLine in class BufferedReaderIOExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.