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.
|
String |
toString() |
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public NullInput()
public boolean hasMoreLines()
Input
public Line readLine()
Input
public void close()
Copyright © 2024. All rights reserved.