AndroidVfs
class AndroidVfs(androidCtx: Context, assets: AssetManager, sharedPreferences: SharedPreferences, val context: Context, val logger: Logger, storageBaseDir: String, assetsBaseDir: String) : Vfs
Author
Colton Daily
Constructors
Link copied to clipboard
fun AndroidVfs(androidCtx: Context, assets: AssetManager, sharedPreferences: SharedPreferences, context: Context, logger: Logger, storageBaseDir: String, assetsBaseDir: String)
Functions
Link copied to clipboard
Get the absolute path of the queried path based off the Vfs path.
Link copied to clipboard
Load an array of bytes from the storage directory based on the key.
Link copied to clipboard
Load a string from the storage directory based on the key.
Link copied to clipboard
Loads a raw file into a ByteBuffer
Link copied to clipboard
Opens a stream to a file into a ByteSequenceStream.