Encog 1.1 for DotNet
SpiderInputStream Constructor (istream, ostream)
NamespacesEncog.Bot.SpiderSpiderInputStreamSpiderInputStream(Stream, Stream)
Construct a SpiderInputStream object.
Declaration Syntax
C#Visual BasicVisual C++
public SpiderInputStream(
	Stream istream,
	Stream ostream
)
Public Sub New ( _
	istream As Stream, _
	ostream As Stream _
)
public:
SpiderInputStream(
	Stream^ istream, 
	Stream^ ostream
)
Parameters
istream (Stream)
The input stream.
ostream (Stream)
The output stream.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)