public final class ArticleStream extends java.io.FilterInputStream implements PendingData
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
readToEOF()
Read to the end of the article data.
|
public int read() throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public void readToEOF() throws java.io.IOException
readToEOF
in interface PendingData
java.io.IOException
- if an I/O error occurred