public abstract class IOStringEnumerationHelperBase extends Object implements IOStringEnumeration
| Constructor and Description |
|---|
IOStringEnumerationHelperBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
abstract boolean |
hasMoreStrings() |
Object |
nextElement() |
abstract String |
nextString() |
public abstract boolean hasMoreStrings()
throws IOException
hasMoreStrings in interface IOStringEnumerationIOExceptionpublic abstract String nextString() throws IOException
nextString in interface IOStringEnumerationIOExceptionpublic final boolean hasMoreElements()
throws IOException
hasMoreElements in interface IOEnumerationIOExceptionpublic final Object nextElement() throws IOException
nextElement in interface IOEnumerationIOException