Click or drag to resize

BBStreamWrite Method

Write to stream

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
An array of bytes to be written to stream
offset  Int32
The zero-based byte offset in buffer at which to begin copying bytes to the current stream
count  Int32
The number of bytes to be written to the current stream
See Also