public class FastScannerNl extends Object implements FastScanner
| Modifier and Type | Field and Description |
|---|---|
protected CharBuffer |
cbuf |
protected int |
end |
protected char |
nlChar |
protected StringBuilder |
result |
protected int |
start |
| Constructor and Description |
|---|
FastScannerNl(Readable reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected String |
getLine(boolean endOfLine) |
String |
next() |
protected char nlChar
protected StringBuilder result
protected CharBuffer cbuf
protected int end
protected int start
public FastScannerNl(Readable reader)
public String next() throws IOException
next in interface FastScannerIOExceptionprotected String getLine(boolean endOfLine)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2004–2021. All rights reserved.