gnu.inet.gopher
Class DirectoryListing
java.lang.Object
gnu.inet.gopher.DirectoryListing
- java.util.Iterator
public final class DirectoryListing
extends java.lang.Object
implements java.util.Iterator
A gopher directory listing.
Version:
- Chris Burdess
boolean | hasNext() - Indicates whether this listing contains more entries.
|
java.lang.Object | next()
|
DirectoryEntry | nextEntry() - Returns the next entry in the directory listing.
|
void | remove() - This iterator is read-only.
|
hasNext
public boolean hasNext()
Indicates whether this listing contains more entries.
nextEntry
public DirectoryEntry nextEntry()
throws java.io.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