Click or drag to resize
StreamHelperTryFill Method
Repeatedly calls read until count bytes have been read into buffer or the end of the stream has been reached.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static int TryFill(
	ReadCallback read,
	byte[] buffer,
	int offset,
	int count
)

Parameters

read
Type: Lawo.IOReadCallback
buffer
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32

Return Value

Type: Int32
The number of bytes read.
Exceptions
ExceptionCondition
ArgumentNullExceptionread equals null.
Exceptionread has thrown an exception.
See Also