SKWStream.Write(Byte[], Int32) Method

Definition

Write the provided data to the stream.

public virtual bool Write (byte[] buffer, int size);

Parameters

buffer
Byte[]

The data buffer to write.

size
Int32

The number of bytes from the buffer to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to