public interface FileEnumeration extends IOEnumeration
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreFiles() |
File |
nextFile() |
hasMoreElements, nextElementboolean hasMoreFiles()
throws IOException
IOExceptionFile nextFile() throws IOException
IOException