SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

Add `get_buffer` methods to FileAccess

Open nemerle opened this issue 6 years ago • 0 comments

This interface should allow reading a specific number of bytes into dynamically allocated memory. Function prototype should look like this:

Vector<uint8_t> FileAccess::get_buffer(uint32_t count);

nemerle avatar Feb 23 '20 22:02 nemerle