|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.encog.bot.spider.SpiderInputStream
public class SpiderInputStream
This class is used by the spider to both parse and save an InputStream.
| Constructor Summary | |
|---|---|
SpiderInputStream(java.io.InputStream is,
java.io.OutputStream os)
Construct the SpiderInputStream. |
|
| Method Summary | |
|---|---|
int |
read()
Read a single byte from the stream. |
void |
setOutputStream(java.io.OutputStream os)
Set the OutputStream. |
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpiderInputStream(java.io.InputStream is,
java.io.OutputStream os)
is - The InputStream.os - The OutputStream.| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void setOutputStream(java.io.OutputStream os)
os - The OutputStream.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||