public final class ArticleStream extends java.io.FilterInputStream implements PendingData
public 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 PendingDatajava.io.IOException - if an I/O error occurred© Copyright 2003 The Free Software Foundation, all rights reserved