Encog 1.1 for DotNet
Read Method (buffer, offset, count)
NamespacesEncog.Bot.HTMLPeekableInputStreamRead(array<Byte>[]()[], Int32, Int32)
Read bytes from the stream.
Declaration Syntax
C#Visual BasicVisual C++
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Function Read ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
) As Integer
public:
virtual int Read(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
Parameters
buffer (array< Byte >[]()[])
The buffer to read the bytes into.
offset (Int32)
The offset to begin storing the bytes at.
count (Int32)
How many bytes to read.
Return Value
The number of bytes read.

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