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
IOExceptionObject nextElement() throws IOException
IOException