Click or drag to resize

FileNodeIteratorReadRaw Method (String, Byte, Int64)

Reads node elements to the buffer with the specified format. Usually it is more convenient to use operator `>>` instead of this method.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public FileNodeIterator ReadRaw(
	string fmt,
	byte[] vec,
	long maxCount = 2147483647
)

Parameters

fmt
Type: SystemString
Specification of each array element.See @ref format_spec "format specification"
vec
Type: SystemByte
Pointer to the destination array.
maxCount (Optional)
Type: SystemInt64
Number of elements to read. If it is greater than number of remaining elements then all of them will be read.

Return Value

Type: FileNodeIterator
See Also