public class NullInput extends AbstractInput
| Constructor and Description |
|---|
NullInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Performs a no-op as there are no underlying resources
|
boolean |
hasMoreLines()
Returns true if there are more lines to be read.
|
Line |
readLine()
Reads the next line.
|
java.lang.String |
toString() |
iteratorpublic NullInput()
public boolean hasMoreLines()
Inputpublic Line readLine()
Inputpublic void close()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All Rights Reserved.