Back to FabImage Library website
You are here: Start » Function Reference » File System » LoadBytes_Deprecated
Header: | STD.h |
---|---|
Namespace: | fil |
Reads bytes from a file and returns them as integer values.
Syntax
void fil::LoadBytes_Deprecated ( const ftl::File& inFile, ftl::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.