Krystalware
SlickUpload logo

Write Method (buffer, offset, count)

Overridden. Writes a block of bytes to this stream using data from a buffer.

Declaration Syntax

C#

public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Visual Basic

Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)

Parameters

buffer– (array< Byte >[]()[])
The array to which bytes are written.
offset– (Int32)
The byte offset in buffer at which to begin writing.
count– (Int32)
The maximum number of bytes to write.

Assembly: Krystalware.SlickUpload, Version: 4.0