public class InputReader extends Object
Constructor and Description |
---|
InputReader(InputStream input,
boolean useScanner) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearLine(StringWriter stringWritter,
BufferedWriter writter) |
String |
nextLine() |
String |
nextLine(boolean endAtTab,
boolean echo) |
String |
nextLineNoEcho() |
public InputReader(InputStream input, boolean useScanner)
public String nextLine()
public String nextLineNoEcho()
public String nextLine(boolean endAtTab, boolean echo)
protected void clearLine(StringWriter stringWritter, BufferedWriter writter)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.