gnu.inet.nntp

Interface PendingData

Known Implementing Classes:
ActiveTimesIterator, ArticleNumberIterator, ArticleStream, GroupIterator, HeaderIterator, LineIterator, OverviewIterator, PairIterator

public interface PendingData

An object representing data outside the simple request/response model of NNTP. The client needs to read until the end of such data before it can process further responses.

Method Summary

void
readToEOF()
Reads to the end of this data.

Method Details

readToEOF

public void readToEOF()
            throws IOException
Reads to the end of this data.