public interface StreamVisitor
InputStream
during
read operation.Modifier and Type | Method and Description |
---|---|
boolean |
readLine(String line)
Read line.
|
boolean readLine(String line)
InputStream
has a next line to read.line
- Line.true
if next line should be read, false
otherwise.Copyright © 2015. All Rights Reserved.