Encog 1.1 for DotNet
Write Method (buffer, offset, count)
NamespacesEncog.Bot.HTMLPeekableInputStreamWrite(array<Byte>[]()[], Int32, Int32)
Not supported.
Declaration Syntax
C#Visual BasicVisual C++
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
Parameters
buffer (array< Byte >[]()[])

[Missing <param name="buffer"/> documentation for "M:Encog.Bot.HTML.PeekableInputStream.Write(System.Byte[],System.Int32,System.Int32)"]

offset (Int32)

[Missing <param name="offset"/> documentation for "M:Encog.Bot.HTML.PeekableInputStream.Write(System.Byte[],System.Int32,System.Int32)"]

count (Int32)

[Missing <param name="count"/> documentation for "M:Encog.Bot.HTML.PeekableInputStream.Write(System.Byte[],System.Int32,System.Int32)"]

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