Reads from an unmanaged stream.

Namespace:  FreeImageAPI.Plugins
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
protected int Read(
	FreeImageIO io,
	fi_handle handle,
	uint size,
	uint count,
	ref byte[] buffer
)
Visual Basic (Declaration)
Protected Function Read ( _
	io As FreeImageIO, _
	handle As fi_handle, _
	size As UInteger, _
	count As UInteger, _
	ByRef buffer As Byte() _
) As Integer
Visual C++
protected:
int Read(
	FreeImageIO io, 
	fi_handle handle, 
	unsigned int size, 
	unsigned int count, 
	array<unsigned char>^% buffer
)

Parameters

io
Type: FreeImageAPI.IO..::.FreeImageIO
handle
Type: FreeImageAPI.IO..::.fi_handle
size
Type: System..::.UInt32
count
Type: System..::.UInt32
buffer
Type: array< System..::.Byte >[]()[] %

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also