gnu.inet.nntp

Class ActiveTimesIterator

Implemented Interfaces:
Iterator, PendingData

public class ActiveTimesIterator
extends LineIterator

An iterator over an NNTP LIST ACTIVE.TIMES listing.

Author:
Chris Burdess

Method Summary

Object
next()
Returns the next group active time.
ActiveTime
nextGroup()
Returns the next group active time.

Methods inherited from class gnu.inet.nntp.LineIterator

hasNext, next, nextLine, readToEOF, remove

Method Details

next

public Object next()
Returns the next group active time.
Overrides:
next in interface LineIterator


nextGroup

public ActiveTime nextGroup()
            throws IOException
Returns the next group active time.


© Copyright 2003 The Free Software Foundation, all rights reserved