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 IOStringEnumeration
IOException
public abstract String nextString() throws IOException
nextString
in interface IOStringEnumeration
IOException
public final boolean hasMoreElements() throws IOException
hasMoreElements
in interface IOEnumeration
IOException
public final Object nextElement() throws IOException
nextElement
in interface IOEnumeration
IOException