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