public interface EOS_PlayerDataStorage_OnReadFileDataCallback
extends com.sun.jna.Callback
| Modifier and Type | Method and Description |
|---|---|
EOS_PlayerDataStorage_EReadResult |
apply(EOS_PlayerDataStorage_ReadFileDataCallbackInfo data)
Callback for when we have data ready to be read from the requested file.
|
EOS_PlayerDataStorage_EReadResult apply(EOS_PlayerDataStorage_ReadFileDataCallbackInfo data)
data - Struct containing a chunk of data to read, as well as some metadata for the file being readEOS_PlayerDataStorage_EReadResult.EOS_RR_ContinueReading, this callback will not be called again for the same request