public interface Reader extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the data source, freeing up an resources.
|
boolean |
ready()
Determines if the data source can be read
|
boolean ready()
true if the data source can be read, false otherwisevoid close()
close in interface AutoCloseableCopyright © 2016. All rights reserved.