|
struct | FFIEvents |
|
struct | FFIMethods |
|
|
delegate void | ReadAsyncHandler (Result result, byte[] data) |
|
delegate void | ReadAsyncPartialHandler (Result result, byte[] data) |
|
delegate void | WriteAsyncHandler (Result result) |
|
UInt32 | Read (string name, byte[] data) |
|
void | ReadAsync (string name, ReadAsyncHandler callback) |
|
void | ReadAsyncPartial (string name, UInt64 offset, UInt64 length, ReadAsyncPartialHandler callback) |
|
void | Write (string name, byte[] data) |
|
void | WriteAsync (string name, byte[] data, WriteAsyncHandler callback) |
|
void | Delete (string name) |
|
bool | Exists (string name) |
|
Int32 | Count () |
|
FileStat | Stat (string name) |
|
FileStat | StatAt (Int32 index) |
|
string | GetPath () |
|
IEnumerable< FileStat > | Files () |
|
The documentation for this class was generated from the following files:
- C:/Transhuman/S2/Assets/Plugins/DiscordSDK/Runtime/Core.cs
- C:/Transhuman/S2/Assets/Plugins/DiscordSDK/Runtime/StorageManager.cs