Back to Adaptive Vision Library website

You are here: Start » Function Reference » File System » LoadBytes_Deprecated

LoadBytes_Deprecated


Header:STD.h
Namespace:avl

Reads bytes from a file and returns them as integer values.

Syntax

void avl::LoadBytes_Deprecated
(
	const atl::File& inFile,
	atl::Array<int>& outBytes
)

Parameters

Name Type Default Description
inFile const File&
outBytes Array<int>& Numerical values of bytes (0-255) read.

Deprecation Information

This filter has been declared deprecated and will be removed in future version. Filter LoadBuffer should be used instead.