gnu.inet.nntp
Class ArticleStream
FilterInputStream
gnu.inet.nntp.ArticleStream
- PendingData
public final class ArticleStream
extends FilterInputStream
A stream that can be told to read to the end of its data.
int | read()
|
int | read(byte[] b)
|
int | read(byte[] b, int off, int len)
|
void | readToEOF() - Read to the end of the article data.
|
read
public int read()
throws IOException
read
public int read(byte[] b)
throws IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
readToEOF
public void readToEOF()
throws IOException
Read to the end of the article data.
- readToEOF in interface PendingData