Click or drag to resize

BBStreamRead Method

Read from stream

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

Parameters

buffer  Byte
An array of bytes.
offset  Int32
The zero-based byte offset in buffer at which to begin storing the data read
count  Int32
The maximum number of bytes to be read

Return Value

Int32
The total number of bytes read into the buffer.
See Also