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
sectorOffset
Number of sectors to skip at the start
size
Number of bytes to read (length of the batch)
destination
Buffer to read batch into
Returns
Number of bytes read (if lower than 0, error was encountered)
SRL
Cd
File