com.github.dakusui.cmd.io
public class BasicLineReader extends Object implements LineReader
| Constructor and Description |
|---|
BasicLineReader(Charset cs,
int maxLineSize,
InputStream is)
Creates an object of this class.
|
public BasicLineReader(Charset cs, int maxLineSize, InputStream is)
cs - Character set that is assumed for the inputstream is.maxLineSize - is - public String read() throws CommandException
read in interface LineReaderCommandExceptionpublic void close()
throws CommandException
close in interface LineReaderCommandExceptionCopyright © 2013. All Rights Reserved.