Write Method (buffer, start, count)
Overridden. Writes a block of bytes to this stream using data from a buffer.
Declaration SyntaxC#public override void Write(
byte[] buffer,
int start,
int count
) Visual BasicPublic Overrides Sub Write ( _
buffer As Byte(), _
start As Integer, _
count As Integer _
) Parameters- buffer– (array<
Byte
>[]()[])
- The array to which bytes are written.
- start– (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
|