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, skip
protected String nextLine
protected final StringBuilder currentLine
public ICSBufferedReader(Reader in) throws IOException
in
- input readerIOException
- on errorpublic String readLine() throws IOException
readLine
in class BufferedReader
IOException
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.