public final class ArticleStream extends java.io.FilterInputStream implements PendingData
in| 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.
|
available, close, mark, markSupported, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic int read() throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b) throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b, int off, int len) throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic void readToEOF() throws java.io.IOException
readToEOF in interface PendingData java.io.IOException - if an I/O error occurred