Back to Adaptive Vision Library website

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

SaveBytes_Deprecated


Writes bytes passed as integer values to a file.

Syntax

void avl::SaveBytes_Deprecated
(
	const atl::Array<int>& inBytes,
	avl::FileAccessMode::Type inFileAccessMode,
	const atl::File& inFile,
	bool inIgnoreErrors
)

Parameters

Name Type Default Description
inBytes const Array<int>& Numerical values of bytes (0-255) to write.
inFileAccessMode FileAccessMode::Type CreateOrErase
inFile const File&
inIgnoreErrors bool

Deprecation Information

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