Interface EOS_TitleStorage_OnReadFileDataCallback
- All Superinterfaces:
com.sun.jna.Callback
public interface EOS_TitleStorage_OnReadFileDataCallback
extends com.sun.jna.Callback
- Since:
- 9/3/2023
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME -
Method Summary
Modifier and TypeMethodDescriptionCallback for when we have data ready to be read from the requested file.
-
Method Details
-
apply
Callback for when we have data ready to be read from the requested file. It is undefined how often this will be called during a single tick.- Parameters:
data- Struct containing a chunk of data to read, as well as some metadata for the file being read- Returns:
- The result of the read operation. If this value is not
EOS_TitleStorage_EReadResult.EOS_TS_RR_ContinueReading, this callback will not be called again for the same request
-