SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ LoadBytes()

int32_t SRL::Cd::File::LoadBytes ( size_t sectorOffset,
int32_t size,
void * destination )
inline

Loads specified amount of bytes from a file.

Note
This function does not need file to be open
Parameters
sectorOffsetNumber of sectors to skip at the start
sizeNumber of bytes to read (length of the batch)
destinationBuffer to read batch into
Returns
Number of bytes read (if lower than 0, error was encountered)