public interface IOEnumeration
java.util.Enumeration ought to extend a class like this, but it doesn't...
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
boolean hasMoreElements() throws IOException
IOException
Object nextElement() throws IOException
IOException