gnu.inet.nntp

Class OverviewIterator

Implemented Interfaces:
java.util.Iterator, PendingData

public class OverviewIterator
extends LineIterator

An iterator over an overview listing.

Version:
$Revision: 1.5 $ $Date: 2004/07/28 09:37:21 $

Author:
Chris Burdess

Nested Class Summary

Method Summary

java.lang.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 java.lang.Object next()
Returns the next overview entry.
Overrides:
next in interface LineIterator


nextOverview

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


© Copyright 2003 The Free Software Foundation, all rights reserved