gnu.inet.gopher
Class DirectoryListing
java.lang.Object
gnu.inet.gopher.DirectoryListing
- Iterator
public final class DirectoryListing
extends java.lang.Object
implements Iterator
A gopher directory listing.
hasNext
public boolean hasNext()
Indicates whether this listing contains more entries.
nextEntry
public DirectoryEntry nextEntry()
throws IOException
Returns the next entry in the directory listing.
remove
public void remove()
This iterator is read-only.
© Copyright 2003 The Free Software Foundation,
all rights reserved