gnu.inet.nntp

Class OverviewIterator

Implemented Interfaces:
Iterator, PendingData

public class OverviewIterator
extends LineIterator

An iterator over an overview listing.

Author:
Chris Burdess

Method Summary

Object
next()
Returns the next overview entry.
Overview
nextOverview()
Returns the next overview entry.

Methods inherited from class gnu.inet.nntp.LineIterator

hasNext, next, nextLine, readToEOF, remove

Method Details

next

public Object next()
Returns the next overview entry.
Overrides:
next in interface LineIterator


nextOverview

public Overview nextOverview()
            throws IOException
Returns the next overview entry.


© Copyright 2003 The Free Software Foundation, all rights reserved