gnu.inet.nntp
Interface PendingData
- All 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. |
readToEOF
void readToEOF()
throws java.io.IOException
- Reads to the end of this data.
- Throws:
java.io.IOException
- if an I/O error occurred